more offscreen spacing

This commit is contained in:
Marco Martin 2011-11-19 11:46:28 +01:00
parent d4674a8253
commit 855ced6672

View File

@ -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);
}
}