[ros-diffs] [gedmurphy] 36646: change quicklaunch rebar hardcoded size. This puts the gripper for the taskbar in the correct position
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Sat Oct 4 18:47:42 CEST 2008
Author: gedmurphy
Date: Sat Oct 4 11:47:41 2008
New Revision: 36646
URL: http://svn.reactos.org/svn/reactos?rev=36646&view=rev
Log:
change quicklaunch rebar hardcoded size. This puts the gripper for the taskbar in the correct position
Modified:
trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp
Modified: trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp?rev=36646&r1=36645&r2=36646&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp [iso-8859-1] Sat Oct 4 11:47:41 2008
@@ -153,7 +153,7 @@
TCHAR QuickLaunchBand[] = _T("Quicklaunch");
rbBand.lpText = QuickLaunchBand;
rbBand.hwndChild = _hwndQuickLaunch;
- rbBand.cx = 250;
+ rbBand.cx = 120;
rbBand.wID = IDW_QUICKLAUNCHBAR;
SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand);
More information about the Ros-diffs
mailing list