From 1c9faebef10ee8a8de06b31ba1cf0049be8ee6dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Dec 2023 18:05:06 +0300 Subject: NewStory: log icons are optional now --- plugins/NewStory/res/resource.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/NewStory/res/resource.rc') diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 7caf81eff9..2764a4c02f 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -147,12 +147,14 @@ IDD_OPT_ADVANCED DIALOGEX 0, 0, 307, 223 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - GROUPBOX "Log window",IDC_STATIC,0,0,307,80 + GROUPBOX "Log window",IDC_STATIC,0,0,307,104 CONTROL "Group messages",IDC_GROUPING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,9,289,12 CONTROL "Enable vertical scroll bar",IDC_VSCROLL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,22,289,12 CONTROL "Draw window edge",IDC_DRAWEDGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,35,289,12 CONTROL "Ascending events sort order",IDC_SORT_ASCENDING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,48,289,12 CONTROL "History++ compatiblity mode",IDC_HPP_COMPAT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,61,289,12 + CONTROL "Show event type",IDC_SHOW_TYPE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,74,289,12 + CONTROL "Show event direction",IDC_SHOW_DIRECTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,87,289,12 END IDD_OPT_TEMPLATES DIALOGEX 0, 0, 307, 223 -- cgit v1.2.3