[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 22 05:30:37 PDT 2012


 sw/source/ui/config/optload.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 03cd2e780bdf24c4869a0ed584099f0d3d32b170
Author: Andras Timar <atimar at suse.com>
Date:   Mon Oct 22 14:29:48 2012 +0200

    change the order of these checkboxes
    
    Change-Id: I2bdfb770ded91bc66618dcc27e574cd39a3b267e

diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src
index 1e58a43..e849b75 100644
--- a/sw/source/ui/config/optload.src
+++ b/sw/source/ui/config/optload.src
@@ -138,14 +138,14 @@ TabPage TP_OPTLOAD_PAGE
     CheckBox CB_USE_SQUARE_PAGE_MODE
     {
         HelpID = "sw:CheckBox:TP_OPTLOAD_PAGE:CB_USE_SQUARE_PAGE_MODE";
-        Pos = MAP_APPFONT ( 12 , 111) ;
+        Pos = MAP_APPFONT ( 12 , 130) ;
         Size = MAP_APPFONT ( 248 , 10 ) ;
         Text [ en-US ] = "Use square page mode for text grid";
     };
     CheckBox CB_USE_CHAR_UNIT
     {
         HelpID = "sw:CheckBox:TP_OPTLOAD_PAGE:CB_USE_CHAR_UNIT";
-        Pos = MAP_APPFONT ( 12 , 130) ;
+        Pos = MAP_APPFONT ( 12 , 111) ;
         Size = MAP_APPFONT ( 109 , 10 ) ;
         Text [ en-US ] = "Enable char unit";
     };


More information about the Libreoffice-commits mailing list