From 71bd734efb7c6592b2b3a468e2b28359671eb031 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 19:19:45 +0000 Subject: 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 --- plugins/NotifyAnything/res/NotifyAnything.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/NotifyAnything/res') diff --git a/plugins/NotifyAnything/res/NotifyAnything.rc b/plugins/NotifyAnything/res/NotifyAnything.rc index 1d7b4dca19..6c1d8048a4 100644 --- a/plugins/NotifyAnything/res/NotifyAnything.rc +++ b/plugins/NotifyAnything/res/NotifyAnything.rc @@ -74,9 +74,9 @@ END // NA_OPTIONS DIALOGEX 0, 0, 236, 191 -STYLE DS_SETFONT | DS_FIXEDSYS | DS_NOFAILCREATE | WS_CHILD | WS_CAPTION -CAPTION "Property Page" -FONT 8, "MS Shell Dlg", 0, 0, 0x0 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Security",IDC_STATIC,7,7,222,77 CONTROL "Only listen to localhost",NA_LOCAL_CHECK,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,13,19,209,10 -- cgit v1.2.3