Posted by member 151996 on 2004-06-14 08:24:45 link
guh, after much fiddling, i figured out what was happening... the taskbar area's width was set too high somehow and it resulted in the taskbar running into the tasktray by the size of one quicklaunch icon, so i changed
TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth$
in taskbar.rc to
TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth-54$
which seems to work
TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth$
in taskbar.rc to
TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth-54$
which seems to work