diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-26 12:39:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-26 12:41:22 +0100 |
commit | 6b0280acb864fc74a20e067e97363b4159e542e1 (patch) | |
tree | 900d4019b276760deb955c0b9a189a727a2c7e14 /cui | |
parent | 6100fd22ff894d0ded458b2f5897d36145c43863 (diff) |
adjust rows so options and macro security frames are laid out the same
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optinet2.hrc | 4 | ||||
-rw-r--r-- | cui/source/options/optinet2.src | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc index 34dce4fca5de..d39495f8d25b 100644 --- a/cui/source/options/optinet2.hrc +++ b/cui/source/options/optinet2.hrc @@ -116,9 +116,9 @@ #define ROW_4a (ROW_4+RSC_CD_CHECKBOX_HEIGHT+1) #define ROW_5 (ROW_4a+4*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y) #define ROW_6 (ROW_5+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y) -#define ROW_7 (ROW_6+2*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y) +#define ROW_7 (ROW_6+3*RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y) +#define ROW_7a (ROW_7-RSC_SP_FLGR_SPACE_Y-RSC_CD_PUSHBUTTON_HEIGHT) #define ROW_8 (ROW_7+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y) -#define ROW_9 (ROW_8+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_CTRL_DESC_Y) // Defines - JavaScriptDisableQueryBox_Impl ------------------------------- diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src index 9ac8dc15a9af..353ededbb016 100644 --- a/cui/source/options/optinet2.src +++ b/cui/source/options/optinet2.src @@ -367,7 +367,7 @@ TabPage RID_SVXPAGE_INET_SECURITY PushButton PB_SEC_MACROSEC { HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC"; - Pos = MAP_APPFONT( COL_3, ROW_6-2 ); + Pos = MAP_APPFONT( COL_3, ROW_7a ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); Text [ en-US ] = "Macro Security..."; }; |