[ros-diffs] [gedmurphy] 20108: Make start menu icons small until we
have 24x24 icons.
gedmurphy at svn.reactos.com
gedmurphy at svn.reactos.com
Mon Dec 12 20:51:08 CET 2005
Make start menu icons small until we have 24x24 icons.
Thanks to Martin for pointing out this simple change
Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
2005-12-12 19:49:08 UTC (rev 20107)
+++ trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp
2005-12-12 19:50:59 UTC (rev 20108)
@@ -1546,7 +1546,7 @@
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))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051212/3c46d034/attachment.html
More information about the Ros-diffs
mailing list