* Fixed Bug 42278 - Strange tqlayout with Kicker and custom size. Now buttons are never wider (for horizontal) or taller (for vertical) than 58 pixels.
* Added some symbolic constants for some kicker values (max size, min size, default custom size), that were previously hard-coded in a few places.
2002-01-03 John Firebaugh <jfirebaugh@kde.org>
* Use mouse polling instead of enter/leave events to trigger auto-unhiding. Much more reliable and will allow us to do things like only unhide at the corners or when the mouse hits the edge of the screen with a certain velocity. Also fixes #27660.