diff options
author | Vlad Mironov <mironych@googlemail.com> | 2012-12-10 13:22:55 +0000 |
---|---|---|
committer | Vlad Mironov <mironych@googlemail.com> | 2012-12-10 13:22:55 +0000 |
commit | 042c8d7b52216f2f9fa20b498716ccbec3b000bf (patch) | |
tree | 28fe419ba6b68ba122a9ce0f6ac5029e150c921e /plugins/TrafficCounter/res/resource.rc | |
parent | c75c4c955af1c261091a86f2e4933a9856f118a1 (diff) |
TrafficCounter: fixed crash when displaying tooltip
git-svn-id: http://svn.miranda-ng.org/main/trunk@2712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/res/resource.rc')
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index dad0617b25..5e33d3d57b 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -46,7 +46,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT // Dialog
//
-IDD_OPT_STATS DIALOGEX 0, 0, 305, 240
+IDD_OPT_STATS DIALOGEX 0, 0, 305, 230
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
@@ -118,7 +118,7 @@ BEGIN PUSHBUTTON "Test",IDC_TEST,251,93,50,11
END
-IDD_OPT_TRAFFIC DIALOGEX 0, 0, 305, 245
+IDD_OPT_TRAFFIC DIALOGEX 0, 0, 305, 230
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|