[Libreoffice-commits] .: Branch 'libreoffice-3-3' - cui/source
Andras Timar
timar at kemper.freedesktop.org
Sat Nov 20 02:57:04 PST 2010
cui/source/options/optfltr.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9f7852a1b7182060f77210d70a6fd46f7a0d949c
Author: Andras Timar <timar at fsf.hu>
Date: Sat Nov 20 11:50:26 2010 +0100
fixing overlapping controls
diff --git a/cui/source/options/optfltr.src b/cui/source/options/optfltr.src
index d9ff1c8..60b1e4d 100644
--- a/cui/source/options/optfltr.src
+++ b/cui/source/options/optfltr.src
@@ -96,20 +96,20 @@ TabPage RID_OFAPAGE_MSFILTEROPT
FixedLine GB_PPOINT
{
- Pos = MAP_APPFONT ( 6 , 99 ) ;
+ Pos = MAP_APPFONT ( 6 , 113 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP";
};
CheckBox CB_PBAS_CODE
{
- Pos = MAP_APPFONT ( 12 , 110 ) ;
+ Pos = MAP_APPFONT ( 12 , 124 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Load Ba~sic code";
};
CheckBox CB_PBAS_STG
{
- Pos = MAP_APPFONT ( 12 , 124 ) ;
+ Pos = MAP_APPFONT ( 12 , 138 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Sav~e original Basic code";
More information about the Libreoffice-commits
mailing list