diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-03 21:10:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-03 21:10:24 +0000 |
commit | 7299c588ab8a72ed451a8822a298ded3a05cb49e (patch) | |
tree | 1100f523b1d21b9cbaa1e84e16e307a7265cff2b /plugins/TabSRMM/res | |
parent | 7768208054bf288a397010e80284a253ced237a2 (diff) |
fix for container options dialog in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@13415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 816d77cae6..3c3b94dc5c 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -180,8 +180,8 @@ BEGIN END
IDD_CONTAINEROPTIONS DIALOGEX 0, 0, 428, 258
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION " "
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,428,24
|