diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 21:57:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 21:57:40 +0000 |
commit | bc3a645445b09c80ddfb63c432e9968ebd1aea91 (patch) | |
tree | 2192e3b0b305a6f43ffc0e325198edabe7a57c5c /plugins | |
parent | 20885736f969af9eb55f30c373dc465ecfb481ea (diff) |
label size fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@10934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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
|