[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Jan 5 06:23:33 PST 2011
sc/source/ui/src/optdlg.src | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit c8a34b04115ed5c1c87bf879f577e711c25c3831
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Jan 4 14:57:16 2011 -0500
Make more room for Portuguese locale. (fdo#32823)
Signed-off-by: Michael Meeks <michael.meeks at novell.com>
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index f1dc874..3f13db0 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -232,42 +232,42 @@ TabPage RID_SCPAGE_FORMULA
FixedText FT_FORMULA_SEP_ARG
{
Pos = MAP_APPFONT ( 21, 59 );
- Size = MAP_APPFONT ( 40, 8 );
+ Size = MAP_APPFONT ( 60, 8 );
Text [ en-US ] = "~Function";
};
Edit ED_FORMULA_SEP_ARG
{
Border = TRUE;
- Pos = MAP_APPFONT ( 65, 57 );
+ Pos = MAP_APPFONT ( 75, 57 );
Size = MAP_APPFONT ( 10, 12 );
};
FixedText FT_FORMULA_SEP_ARRAY_C
{
Pos = MAP_APPFONT ( 21, 77 );
- Size = MAP_APPFONT ( 40, 8 );
+ Size = MAP_APPFONT ( 60, 8 );
Text [ en-US ] = "Array co~lumn";
};
Edit ED_FORMULA_SEP_ARRAY_C
{
Border = TRUE;
- Pos = MAP_APPFONT ( 65, 75 );
+ Pos = MAP_APPFONT ( 75, 75 );
Size = MAP_APPFONT ( 10, 12 );
};
FixedText FT_FORMULA_SEP_ARRAY_R
{
Pos = MAP_APPFONT ( 21, 95 );
- Size = MAP_APPFONT ( 40, 8 );
+ Size = MAP_APPFONT ( 60, 8 );
Text [ en-US ] = "Array ~row";
};
Edit ED_FORMULA_SEP_ARRAY_R
{
Border = TRUE;
- Pos = MAP_APPFONT ( 65, 93 );
+ Pos = MAP_APPFONT ( 75, 93 );
Size = MAP_APPFONT ( 10, 12 );
};
More information about the Libreoffice-commits
mailing list