From a2c89abc036b8fd0ef936982012250ecda6ca2d1 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Wed, 13 Feb 2008 01:40:02 +0000 Subject: [PATCH] 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 --- desktoptoolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktoptoolbox.cpp b/desktoptoolbox.cpp index 0364d4bee..3798cf6ee 100644 --- a/desktoptoolbox.cpp +++ b/desktoptoolbox.cpp @@ -84,7 +84,7 @@ DesktopToolbox::DesktopToolbox(QGraphicsItem *parent) m_animFrame(0) { setAcceptsHoverEvents(true); - setZValue(10000); + setZValue(10000000); setFlag(ItemClipsToShape, true); setFlag(ItemClipsChildrenToShape, false);