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:
parent
91d37cd653
commit
ee8c24dcad
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user