diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-10 22:15:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-10 22:15:30 +0300 |
commit | 3d8ca17492f7dcf1d47cddda9afb3797c0f2752b (patch) | |
tree | 96c1117d180a2314e2e42cdd6619ca423b1230cb /plugins/ZeroNotification/res | |
parent | 874702d3cbda37ef3c20a696de168bc5a3d4cb10 (diff) |
related to #1455 - ZeroNotify
Diffstat (limited to 'plugins/ZeroNotification/res')
-rw-r--r-- | plugins/ZeroNotification/res/ZeroNotify.rc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/ZeroNotification/res/ZeroNotify.rc b/plugins/ZeroNotification/res/ZeroNotify.rc index add9e9a0cd..e22908c095 100644 --- a/plugins/ZeroNotification/res/ZeroNotify.rc +++ b/plugins/ZeroNotification/res/ZeroNotify.rc @@ -50,7 +50,7 @@ END // Dialog
//
-IDD_OPT_NOSOUND DIALOGEX 0, 0, 244, 145
+IDD_OPT_NOSOUND DIALOGEX 0, 0, 244, 134
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -61,8 +61,6 @@ BEGIN CONTROL "Tree1",IDC_NOBLINK,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,87,22,73,105
LTEXT "No SysTray blink when:",IDC_STATIC,87,4,77,16
CONTROL "Tree1",IDC_NOCLCBLINK,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,165,22,73,105
- CONTROL "Hide the ""toggle sound"" menu item (requires restart of Miranda)",IDC_HIDEMENU,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,133,234,10
END
@@ -79,9 +77,9 @@ BEGIN LEFTMARGIN, 4
RIGHTMARGIN, 238
TOPMARGIN, 4
- BOTTOMMARGIN, 126
+ BOTTOMMARGIN, 128
HORZGUIDE, 109
- HORZGUIDE, 143
+ HORZGUIDE, 126
END
END
#endif // APSTUDIO_INVOKED
|