[Libreoffice-commits] .: sc/source

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


 sc/source/ui/src/optdlg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c034a7e6cd8c1ac76801aef2b83003de607d212
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Jun 13 16:38:08 2011 -0400

    Moved up the control to keep same top spacing as the other pages.

diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index d6a6228..425c6d4 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -924,7 +924,7 @@ TabPage RID_SCPAGE_DEFAULTS
     };
     FixedText FT_NSHEETS
     {
-        Pos = MAP_APPFONT ( 12 , 32 ) ;
+        Pos = MAP_APPFONT ( 12 , 16 ) ;
         Size = MAP_APPFONT ( 120 , 8 ) ;
         Text [ en-US ] = "Number of worksheets in new document";
     };
@@ -932,7 +932,7 @@ TabPage RID_SCPAGE_DEFAULTS
     {
         HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_NSHEETS";
         Border = TRUE ;
-        Pos = MAP_APPFONT ( 130 , 30 ) ;
+        Pos = MAP_APPFONT ( 130 , 14 ) ;
         Size = MAP_APPFONT ( 25 , 12 ) ;
         Minimum = 1 ;
         Maximum = 32000 ;


More information about the Libreoffice-commits mailing list