[Libreoffice-commits] .: cui/source
Andras Timar
timar at kemper.freedesktop.org
Sun Feb 5 10:59:31 PST 2012
cui/source/options/optsave.src | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 9a7f53cdcfb40820d7c7f29e2190fb1572611b91
Author: Andras Timar <atimar at suse.com>
Date: Sun Feb 5 19:58:17 2012 +0100
fix coordinates on Options - Load/Save - General panel
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src
index 845336f..eafb980 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
More information about the Libreoffice-commits
mailing list