so that's why we do it for every containment, regardless of screen =P

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=874224
This commit is contained in:
Aaron J. Seigo 2008-10-21 00:03:06 +00:00
parent 0d9f0575fe
commit 5c8d95bade

View File

@ -1491,7 +1491,7 @@ void ContainmentPrivate::positionToolBox()
toolBox->setCorner(ToolBox::Right); toolBox->setCorner(ToolBox::Right);
} }
} }
} else if (screen > -1) { } else {
//TODO: we should probably get these values from the Plasma app itself //TODO: we should probably get these values from the Plasma app itself
// so we actually know what the available space *is* // so we actually know what the available space *is*
// perhaps a virtual method in Corona for this? // perhaps a virtual method in Corona for this?