diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:20:26 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 18:20:26 +0000 |
commit | 30843465a629ab9ef15dc86ccc18aac0bcde5380 (patch) | |
tree | d5667d63238b44a2dc9c9665957f89ec5f6bbf94 /plugins/Clist_blind | |
parent | 2778d1e3c3d0f3a019bf5225d68c4d2a9951bdef (diff) |
fix for the option's page style
git-svn-id: http://svn.miranda-ng.org/main/trunk@13400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index a2b5092029..175d58206c 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -41,7 +41,7 @@ BEGIN END
IDD_OPT_HOTKEY DIALOGEX 0, 0, 238, 136
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -60,7 +60,7 @@ BEGIN END
IDD_OPT_CLIST DIALOGEX 0, 0, 314, 204
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -93,7 +93,7 @@ BEGIN END
IDD_OPT_CLUI DIALOGEX 0, 0, 313, 245
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -135,7 +135,7 @@ BEGIN END
IDD_OPT_CLC DIALOGEX 0, 0, 314, 242
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -162,7 +162,7 @@ BEGIN END
IDD_OPT_SBAR DIALOGEX 0, 0, 178, 212
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|