diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-20 17:37:16 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-20 17:37:16 +0000 |
commit | 7e4a5794928702bf435f3d7be339a6c553fe618a (patch) | |
tree | 62d8bf051217b2cd1c0a28d9fb810cf5fc8a901e /plugins/TopToolBar | |
parent | 53bffee6f42e30c83e0495f3477bb6f39582980f (diff) |
one more accessibility fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar')
-rw-r--r-- | plugins/TopToolBar/res/main.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TopToolBar/res/main.rc b/plugins/TopToolBar/res/main.rc index 5df56d8d62..0af1b7b89b 100644 --- a/plugins/TopToolBar/res/main.rc +++ b/plugins/TopToolBar/res/main.rc @@ -26,6 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_OPT_BUTORDER DIALOGEX 0, 0, 300, 231
STYLE DS_SETFONT | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Buttons Order && Visibility",IDC_STATIC,10,0,150,229
|