diff options
-rw-r--r-- | plugins/CrashDumper/res/crshdmp.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CrashDumper/res/crshdmp.rc b/plugins/CrashDumper/res/crshdmp.rc index e45ef7d539..bf93f82d0f 100644 --- a/plugins/CrashDumper/res/crshdmp.rc +++ b/plugins/CrashDumper/res/crshdmp.rc @@ -62,7 +62,7 @@ BEGIN CONTROL "",IDC_VIEWVERSIONINFO,RICHEDIT_CLASS,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,7,7,361,203,WS_EX_CLIENTEDGE
END
-IDD_OPTIONS DIALOGEX 0, 0, 209, 179
+IDD_OPTIONS DIALOGEX 0, 0, 209, 195
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
@@ -78,7 +78,7 @@ BEGIN CONTROL "Create reports in subfolders naming as current date",IDC_DATESUBFOLDER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,141,180,10
CONTROL "Generate crash reports",IDC_CATCHCRASHES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,113,169,10
- LTEXT "* You need to restart Miranda NG to apply changes",IDC_RESTARTNOTE,9,160,186,8,NOT WS_VISIBLE
+ LTEXT "* You need to restart Miranda NG to apply changes",IDC_RESTARTNOTE,9,160,186,22,NOT WS_VISIBLE
END
@@ -103,7 +103,7 @@ BEGIN LEFTMARGIN, 7
RIGHTMARGIN, 202
TOPMARGIN, 7
- BOTTOMMARGIN, 173
+ BOTTOMMARGIN, 189
END
END
#endif // APSTUDIO_INVOKED
|