From 8462e43fb528eb2aa87ab73d114e8089a42ceeb8 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 12 Dec 2005 19:50:59 +0000 Subject: [PATCH] Make start menu icons small until we have 24x24 icons. Thanks to Martin for pointing out this simple change svn path=/trunk/; revision=20108 --- reactos/subsys/system/explorer/taskbar/startmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/taskbar/startmenu.cpp b/reactos/subsys/system/explorer/taskbar/startmenu.cpp index d1259023968..b0f1712b662 100644 --- a/reactos/subsys/system/explorer/taskbar/startmenu.cpp +++ b/reactos/subsys/system/explorer/taskbar/startmenu.cpp @@ -1546,7 +1546,7 @@ void StartMenuButton::DrawItem(LPDRAWITEMSTRUCT dis) StartMenuRoot::StartMenuRoot(HWND hwnd) - : super(hwnd, true) ///@todo big icons in start menu root + : super(hwnd, false) ///@todo big icons in start menu root { #ifndef __MINGW32__ // SHRestricted() missing in MinGW (as of 29.10.2003) if (!g_Globals._SHRestricted || !SHRestricted(REST_NOCOMMONGROUPS))