diff options
Diffstat (limited to 'svx/source/options/optinet2.src')
-rw-r--r-- | svx/source/options/optinet2.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/options/optinet2.src b/svx/source/options/optinet2.src index 2737ae2fb3bb..2ef6dc59c2e4 100644 --- a/svx/source/options/optinet2.src +++ b/svx/source/options/optinet2.src @@ -468,13 +468,13 @@ TabPage RID_SVXPAGE_INET_SECURITY }; PushButton PB_SEC_CONNECTIONS { - Pos = MAP_APPFONT( COL_3, ROW_3-3 ); + Pos = MAP_APPFONT( COL_3, ROW_3-1 ); Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ); Text [ en-US ] = "Connections..."; }; CheckBox CB_SEC_MASTERPASSWORD { - Pos = MAP_APPFONT( COL_1a, ROW_4 + 2); + Pos = MAP_APPFONT( COL_1a, ROW_4 ); Size = MAP_APPFONT( COL_2-COL_1a, RSC_CD_CHECKBOX_HEIGHT ); Text [ en-US ] = "Protected by a master password (recommended)"; }; |