diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-05 19:30:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-05 19:30:12 +0300 |
commit | 63c39e478f065ef664c7023e67391372ac859538 (patch) | |
tree | f28c1c5b9de2832dbc4a6abe02eb8aff321b71b0 /plugins/NewStory/res/resource.rc | |
parent | 01e2e633ef9c613464b84d8065d103d1112d4156 (diff) |
another option for drawing window edge
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |