diff options
author | Andras Timar <atimar@suse.com> | 2012-10-22 14:29:48 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-22 14:30:51 +0200 |
commit | 03cd2e780bdf24c4869a0ed584099f0d3d32b170 (patch) | |
tree | 3fc5e1b77ec7f2080174412885926c88eb471986 /sw | |
parent | cfacb2d111b5319f5e5c494e1cf6426277e88b59 (diff) |
change the order of these checkboxes
Change-Id: I2bdfb770ded91bc66618dcc27e574cd39a3b267e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/config/optload.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src index 1e58a43f37ed..e849b75e3e27 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"; }; |