diff options
author | Andras Timar <atimar@suse.com> | 2012-02-05 19:58:17 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-05 19:59:28 +0100 |
commit | 9a7f53cdcfb40820d7c7f29e2190fb1572611b91 (patch) | |
tree | 727e40b5e4ba52c2e6e75e33e1832b82b542d1c4 /cui | |
parent | 1c85118414d91bc0b881f03ad7fac20454ec43a0 (diff) |
fix coordinates on Options - Load/Save - General panel
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optsave.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src index 845336f5b623..eafb980cdaf2 100644 --- a/cui/source/options/optsave.src +++ b/cui/source/options/optsave.src @@ -94,14 +94,14 @@ TabPage RID_SFXPAGE_SAVE { HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_AUTOSAVE"; Pos = MAP_APPFONT ( 12 , 63 ) ; - Size = MAP_APPFONT ( 193 , 10 ) ; + Size = MAP_APPFONT ( 163 , 10 ) ; Text [ en-US ] = "Save ~AutoRecovery information every" ; }; NumericField ED_AUTOSAVE { HelpID = "cui:NumericField:RID_SFXPAGE_SAVE:ED_AUTOSAVE"; Border = TRUE ; - Pos = MAP_APPFONT ( 210 , 62 ) ; + Pos = MAP_APPFONT ( 180 , 62 ) ; Size = MAP_APPFONT ( 21 , 12 ) ; Left = TRUE ; Repeat = TRUE ; @@ -116,8 +116,8 @@ TabPage RID_SFXPAGE_SAVE }; FixedText FT_MINUTE { - Pos = MAP_APPFONT ( 234 , 64 ) ; - Size = MAP_APPFONT ( 35 , 8 ) ; + Pos = MAP_APPFONT ( 204 , 64 ) ; + Size = MAP_APPFONT ( 65 , 8 ) ; Text [ en-US ] = "Minutes" ; }; CheckBox BTN_RELATIVE_FSYS |