diff options
Diffstat (limited to 'uui/source/sslwarndlg.hrc')
-rw-r--r-- | uui/source/sslwarndlg.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/uui/source/sslwarndlg.hrc b/uui/source/sslwarndlg.hrc index 827ed3e80b8a..e8e0f32fcbf0 100644 --- a/uui/source/sslwarndlg.hrc +++ b/uui/source/sslwarndlg.hrc @@ -43,7 +43,7 @@ // Dims -#define DLG_WIDTH 210 +#define DLG_WIDTH 240 #define DLG_HEIGHT 125 #define DLG_WARMIMG_HEIGHT 20 @@ -55,8 +55,9 @@ #define DLG_CTLBTN_START_Y DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT -#define DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 5 -#define DLG_CTLBTN_CANCEL_START_X DLG_WIDTH - 15 - DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH +#define DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 20 +#define DLG_CTLBTN_CANCEL_START_X DLG_WIDTH - 45 - DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH #define DLG_CTLBTN_OK_START_X DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X +#define DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 25 #define DLG_CTLBTN_CERT_START_X DLG_TEXT_START_X #endif //UUI_SSLWARN_HRC |