Windows behind my taskbar Thread last updated on 2007-09-22 09:40:49

Posted by member 384103 on 2007-09-22 06:54:15

When i open notepad or any other program, i cant see the statusbar because it hides behind the taskbar(xtaskbar). Is there a way to fix this? I've got the taskbar at the bottom and it's one line high.

Posted by member 1 on 2007-09-22 08:02:40 link

Adjust your Desktop size to not allow that to happen.

Posted by member 384103 on 2007-09-22 08:52:42 link

I have no idea how to do that...:P

Posted by member 256241 on 2007-09-22 09:40:49 link

You'll have something akin to (depending on the module you use)

SetDesktopArea
sdatop 0
sdabottom 0
sdaleft 0
sdaright 0

Either that, or you could set all the elements of the statusbar to be alwaysontop, or if that doesn't make them always ontop you could look into zorder-0.2 by ilmcuts to force the ordering.