From 63c39e478f065ef664c7023e67391372ac859538 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 May 2020 19:30:12 +0300 Subject: another option for drawing window edge --- plugins/NewStory/res/resource.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/NewStory/res') diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 4dd4a167ca..3630cfcb40 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -143,8 +143,9 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Group messages",IDC_GROUPING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,9,289,14 - GROUPBOX "Log window",IDC_STATIC,0,0,307,40 + GROUPBOX "Log window",IDC_STATIC,0,0,307,52 CONTROL "Enable vertical scroll bar",IDC_VSCROLL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,22,289,14 + CONTROL "Draw window edge",IDC_DRAWEDGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,35,289,14 END IDD_OPT_TEMPLATES DIALOGEX 0, 0, 307, 223 -- cgit v1.2.3