Kaydet (Commit) 84fbb424 authored tarafından Jean-Baptiste Faure's avatar Jean-Baptiste Faure Kaydeden (comit) Luboš Luňák

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: 's avatarLuboš Luňák <l.lunak@suse.cz>
üst 241cb3e2
......@@ -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" ;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment