[ros-dev] State of the 0.2.9 branch
Martin Fuchs
fuchs.martin at gmail.com
Mon Dec 12 20:15:22 CET 2005
> 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
More information about the Ros-dev
mailing list