diff options
author | Andras Timar <timar@fsf.hu> | 2010-11-20 11:50:26 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2010-11-20 11:50:26 +0100 |
commit | f68ec336ba19a6278438720714415d0e0d20d025 (patch) | |
tree | 84e76b82a37576d5c49462a719f816c250289109 | |
parent | c88534f8eec9416e2467f41caa5f05622eef19ed (diff) |
fixing overlapping controls
-rw-r--r-- | cui/source/options/optfltr.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optfltr.src b/cui/source/options/optfltr.src index d9ff1c83a..60b1e4d72 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"; |