diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 20:52:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 20:52:34 +0000 |
commit | 7bd0056248d748046b7a88d10522c8391c43f31c (patch) | |
tree | 140259f1659b44c49af35a5d78c7da20559655cb /protocols/SkypeClassic | |
parent | 5b779a138bdd9c018be006128a1a990848b9b531 (diff) |
fix for the option's page style pt. 10
git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic')
-rw-r--r-- | protocols/SkypeClassic/res/Resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/SkypeClassic/res/Resource.rc b/protocols/SkypeClassic/res/Resource.rc index 9cc23c2aa2..6fa8339224 100644 --- a/protocols/SkypeClassic/res/Resource.rc +++ b/protocols/SkypeClassic/res/Resource.rc @@ -35,7 +35,7 @@ BEGIN END
IDD_OPT_DEFAULT DIALOGEX 0, 0, 310, 223
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -105,7 +105,7 @@ BEGIN END
IDD_OPTIONS DIALOGEX 0, 0, 313, 249
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | DS_CENTER | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -113,7 +113,7 @@ BEGIN END
IDD_OPT_PROXY DIALOGEX 0, 0, 310, 223
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -156,7 +156,7 @@ BEGIN END
IDD_OPT_ADVANCED DIALOGEX 0, 0, 310, 223
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -190,7 +190,7 @@ BEGIN END
IDD_OPT_POPUP DIALOGEX 0, 0, 310, 228
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
|