diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:19:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:19:45 +0000 |
commit | 71bd734efb7c6592b2b3a468e2b28359671eb031 (patch) | |
tree | d675a2f18d023abde8c805441c752831917d7870 /plugins/Non-IM Contact/res/resource.rc | |
parent | ad0437acd3fbaa8f42249ef9bfb85c710602ae3d (diff) |
fix for the option's page style pt. 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@13404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/res/resource.rc')
-rw-r--r-- | plugins/Non-IM Contact/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Non-IM Contact/res/resource.rc b/plugins/Non-IM Contact/res/resource.rc index f9bd164a57..e68f6a6215 100644 --- a/plugins/Non-IM Contact/res/resource.rc +++ b/plugins/Non-IM Contact/res/resource.rc @@ -91,9 +91,9 @@ BEGIN END
IDD_OPTIONS DIALOG 0, 0, 291, 180
-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Dialog"
-FONT 8, "MS Sans Serif"
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Away as another status",IDC_AWAYISNOTONLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,169,10
CONTROL "Disable timer",IDC_DISABLETIMER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,99,106,10
|