From 7299c588ab8a72ed451a8822a298ded3a05cb49e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 May 2015 21:10:24 +0000 Subject: fix for container options dialog in tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@13415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/res') 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 -- cgit v1.2.3