change quicklaunch rebar hardcoded size. This puts the gripper for the taskbar in the correct position

svn path=/trunk/; revision=36646
This commit is contained in:
Ged Murphy 2008-10-04 16:47:41 +00:00
parent d50f5d2833
commit 4b6830859b

View file

@ -153,7 +153,7 @@ LRESULT DesktopBar::Init(LPCREATESTRUCT pcs)
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);