yeah, moving them left is not what i wanted. hello dyslexia!

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=729434
This commit is contained in:
Aaron J. Seigo 2007-10-25 23:33:23 +00:00
parent 91d37cd653
commit ee8c24dcad

View File

@ -476,7 +476,7 @@ void Containment::setScreen(int screen)
QRect r = desktop.screenGeometry(screen);
if (type() == DesktopContainment) {
r.moveLeft(INTER_CONTAINMENT_MARGIN * screen);
r.moveRight(INTER_CONTAINMENT_MARGIN * screen);
setGeometry(r);
//kDebug() << "setting geometry to" << desktop.screenGeometry(screen) << geometry();
} else if (type() == PanelContainment) {