summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res/resource.rc
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2020-05-04 18:54:08 +0300
committerMataes <mataes2007@gmail.com>2020-05-04 18:54:29 +0300
commite7139082763f94c0fb3ade8840f3c0c35e61e9dd (patch)
treedb7348370bb94746341605cb556eb72dc4e0cff0 /plugins/NewStory/res/resource.rc
parent04ef9ec9ac4c3e932ff76e996fee3e1d5fcabf6b (diff)
newstory: calendar correct size
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r--plugins/NewStory/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc
index e52a969a2c..667a1b290b 100644
--- a/plugins/NewStory/res/resource.rc
+++ b/plugins/NewStory/res/resource.rc
@@ -131,12 +131,12 @@ BEGIN
CONTROL "till",IDC_CHK_DATE_TO,"Button",BS_AUTOCHECKBOX | BS_RIGHT | BS_VCENTER | BS_FLAT | WS_TABSTOP,210,97,33,10,WS_EX_TRANSPARENT | WS_EX_RIGHT
END
-IDD_CALENDARTOOL DIALOGEX 0, 0, 98, 85
+IDD_CALENDARTOOL DIALOGEX 0, 0, 104, 95
STYLE DS_SETFONT | WS_POPUP | WS_BORDER
EXSTYLE WS_EX_TOOLWINDOW
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_MONTHCALENDAR,"SysMonthCal32",MCS_NOTODAYCIRCLE | WS_TABSTOP,0,0,98,85
+ CONTROL "",IDC_MONTHCALENDAR,"SysMonthCal32",MCS_NOTODAYCIRCLE | WS_TABSTOP,0,0,104,95
END
IDD_OPT_ADVANCED DIALOGEX 0, 0, 307, 223