I have this reverted in my tree. I was going to revert
it in HEAD until we
have 24x24 icons to allow the change to work as it should. However I haven't
been able to get hold of Martin and didn't want to revert without his say
so.
Did you try to reach me by mail?
If you want to switch back to small icons in the start menu for now,
just apply the following patch:
Index: D:/ros/explorer/taskbar/startmenu.cpp
===================================================================
--- D:/ros/explorer/taskbar/startmenu.cpp (revision 20099)
+++ D:/ros/explorer/taskbar/startmenu.cpp (working copy)
@@ -1546,7 +1546,7 @@
StartMenuRoot::StartMenuRoot(HWND hwnd)
- : super(hwnd, true) ///@todo big icons in start menu root
+ : super(hwnd, false) ///@todo small icons in start menu root
{
#ifndef __MINGW32__ // SHRestricted() missing in MinGW (as of 29.10.2003)
if (!g_Globals._SHRestricted || !SHRestricted(REST_NOCOMMONGROUPS))
Regards,
Martin