From 5b10b3bb17d4ed087b25b45c616ccab42dfe8e3e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 22:25:16 +0000 Subject: view modes fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/res/resource.rc | 3 +-- plugins/Clist_nicer/res/resource.rc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 4b76fd4f6d..70f0e758e6 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -172,8 +172,7 @@ BEGIN END IDD_OPT_VIEWMODES DIALOGEX 0, 0, 309, 295 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_TAB,"SysTabControl32",0x0,4,4,301,264 diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 760316f211..77f029667b 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -372,8 +372,7 @@ BEGIN END IDD_OPT_VIEWMODES DIALOGEX 0, 0, 309, 295 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_TAB,"SysTabControl32",0x0,4,4,301,264 -- cgit v1.2.3