mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Make start menu icons small until we have 24x24 icons.
Thanks to Martin for pointing out this simple change svn path=/trunk/; revision=20108
This commit is contained in:
parent
8f10c7915c
commit
8462e43fb5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue