From 5c8d95badeb221f368792ff10a7784cb8fc77f35 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 21 Oct 2008 00:03:06 +0000 Subject: [PATCH] so that's why we do it for every containment, regardless of screen =P svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874224 --- containment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index ed6f9b288..6ac29a0a6 100644 --- a/containment.cpp +++ b/containment.cpp @@ -1491,7 +1491,7 @@ void ContainmentPrivate::positionToolBox() toolBox->setCorner(ToolBox::Right); } } - } else if (screen > -1) { + } else { //TODO: we should probably get these values from the Plasma app itself // so we actually know what the available space *is* // perhaps a virtual method in Corona for this?