more offscreen spacing
This commit is contained in:
parent
d4674a8253
commit
855ced6672
@ -178,8 +178,8 @@ void DialogProxy::syncMainItem()
|
||||
m_dialog->setGraphicsWidget(widget);
|
||||
|
||||
if (!qobject_cast<Plasma::Corona *>(scene)) {
|
||||
offscreenX -= 1024;
|
||||
offscreenY -= 1024;
|
||||
offscreenX -= 10000;
|
||||
offscreenY -= 10000;
|
||||
widget->setPos(offscreenX, offscreenY);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user