Make start menu icons small until we have 24x24 icons.
[reactos.git] / reactos / subsys / system / explorer / taskbar / startmenu.cpp
index d125902..b0f1712 100644 (file)
@@ -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))