summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.src
diff options
context:
space:
mode:
authorJean-Baptiste Faure <jbf.faure@orange.fr>2011-02-27 07:43:16 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-01 17:34:01 +0100
commit84fbb424af75383e4e3b6b9de92047f7dd78e732 (patch)
treeaf794d7fe08bc67498babb2afd499c616c37e7c3 /cui/source/options/optsave.src
parent241cb3e215e5dc6410edb5a86e738114012287cc (diff)
Changed label size and/or position for BTN_AUTOSAVE, ED_AUTOSAVE and FT_MINUTE
The size of BTN_AUTOSAVE is too small for corresponding FR string. I needed to move to the right ED_AUTOSAVE and FT_MINUTE Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'cui/source/options/optsave.src')
-rw-r--r--cui/source/options/optsave.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src
index cdbdbd46ae62..39ffea74e988 100644
--- a/cui/source/options/optsave.src
+++ b/cui/source/options/optsave.src
@@ -89,13 +89,13 @@ TabPage RID_SFXPAGE_SAVE
CheckBox BTN_AUTOSAVE
{
Pos = MAP_APPFONT ( 12 , 63 ) ;
- Size = MAP_APPFONT ( 150 , 10 ) ;
+ Size = MAP_APPFONT ( 193 , 10 ) ;
Text [ en-US ] = "Save ~AutoRecovery information every" ;
};
NumericField ED_AUTOSAVE
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 180 , 62 ) ;
+ Pos = MAP_APPFONT ( 210 , 61 ) ;
Size = MAP_APPFONT ( 21 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
@@ -110,7 +110,7 @@ TabPage RID_SFXPAGE_SAVE
};
FixedText FT_MINUTE
{
- Pos = MAP_APPFONT ( 204 , 63 ) ;
+ Pos = MAP_APPFONT ( 234 , 63 ) ;
Size = MAP_APPFONT ( 35 , 8 ) ;
Text [ en-US ] = "Minutes" ;
};