diff options
Diffstat (limited to 'protocols/MRA/res/resource.rc')
-rw-r--r-- | protocols/MRA/res/resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 991b13743c..964e8d247a 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -64,7 +64,7 @@ BEGIN END
IDD_OPT_CONNECTIONS DIALOGEX 0, 0, 295, 230
-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
@@ -143,7 +143,7 @@ BEGIN END
IDD_OPT_AVATRS DIALOGEX 0, 0, 295, 195
-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
@@ -165,7 +165,7 @@ BEGIN END
IDD_OPT_FILES DIALOGEX 0, 0, 295, 160
-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
@@ -192,7 +192,7 @@ BEGIN END
IDD_OPT_ACCOUNT DIALOGEX 0, 0, 295, 149
-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
@@ -209,7 +209,7 @@ BEGIN END
IDD_OPT_POPUPS DIALOGEX 0, 0, 295, 150
-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
|