diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 22:25:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 22:25:16 +0000 |
commit | 5b10b3bb17d4ed087b25b45c616ccab42dfe8e3e (patch) | |
tree | c6f91c5ccc2c8e13aa61a6815c8d0dd67c271017 /plugins/Clist_modern/res | |
parent | 85ed0aad4ff0d1388b2d786a2ba0a9ba5292a631 (diff) |
view modes fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@13417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
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
|