put this unreasonably high up so that we really limit the possibility of applets running into it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=774333
This commit is contained in:
Aaron J. Seigo 2008-02-13 01:40:02 +00:00
parent 90c26ae4ad
commit a2c89abc03

View File

@ -84,7 +84,7 @@ DesktopToolbox::DesktopToolbox(QGraphicsItem *parent)
m_animFrame(0)
{
setAcceptsHoverEvents(true);
setZValue(10000);
setZValue(10000000);
setFlag(ItemClipsToShape, true);
setFlag(ItemClipsChildrenToShape, false);