[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Jun 13 14:09:00 PDT 2011


 sc/source/ui/src/optdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02bebfd0e329ef3ade846721b3c91a474105d2ea
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Jun 13 17:08:28 2011 -0400

    Make some room for the localized strings.
    
    In some languages, the translated text may be longer.

diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 425c6d4..b6f9fe3 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -932,7 +932,7 @@ TabPage RID_SCPAGE_DEFAULTS
     {
         HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_NSHEETS";
         Border = TRUE ;
-        Pos = MAP_APPFONT ( 130 , 14 ) ;
+        Pos = MAP_APPFONT ( 150 , 14 ) ;
         Size = MAP_APPFONT ( 25 , 12 ) ;
         Minimum = 1 ;
         Maximum = 32000 ;


More information about the Libreoffice-commits mailing list