summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 18:31:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-05-03 18:31:57 +0000
commit9c6381373b4654b8a17f6679dacda941538a50fb (patch)
treec3cd86bf1089224965c29feb96dbf8a5c2fa94e9 /plugins/ConnectionNotify
parent30843465a629ab9ef15dc86ccc18aac0bcde5380 (diff)
fix for the option's page style pt. 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@13401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify')
-rw-r--r--plugins/ConnectionNotify/res/ConnectionNotify.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc
index 52b0b59c5a..03f7518c80 100644
--- a/plugins/ConnectionNotify/res/ConnectionNotify.rc
+++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc
@@ -17,9 +17,9 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_OPT_DIALOG DIALOGEX 0, 0, 314, 239
-STYLE DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_POPUP | WS_SYSMENU
-EXSTYLE WS_EX_WINDOWEDGE
-FONT 8, "Ms Shell Dlg", 400, 0, 1
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
{
AUTOCHECKBOX "Set popup colors", IDC_SETCOLOURS, 20, 174, 132, 10, WS_GROUP | BS_PUSHLIKE