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... ============================================================================== --- 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);