--- kdelibs-4.14.0/plasma/corona.cpp.orig 2014-09-13 18:40:38.522458279 +0200 +++ kdelibs-4.14.0/plasma/corona.cpp 2014-09-13 18:41:11.433776120 +0200 @@ -391,7 +391,7 @@ } d->offscreenWidgets[i] = widget; - widget->setPos((-i - 1) * QWIDGETSIZE_MAX, -QWIDGETSIZE_MAX); + widget->setPos((-i - 1) * 2000, -2000); QGraphicsWidget *pw = widget->parentWidget(); widget->setParentItem(0);