proper size
BUG:175209 svn path=/trunk/KDE/kdelibs/; revision=886381
This commit is contained in:
parent
323c6a7232
commit
cb4ac7b6ce
@ -360,7 +360,7 @@ void DesktopToolBox::showToolBox()
|
||||
d->toolBacker = new EmptyGraphicsItem(this);
|
||||
}
|
||||
|
||||
d->toolBacker->setRect(QRectF(QPointF(startX, startY), QSizeF(maxwidth + 10, y)));
|
||||
d->toolBacker->setRect(QRectF(QPointF(startX, startY), QSizeF(maxwidth + 10, y - startY)));
|
||||
d->toolBacker->show();
|
||||
|
||||
if (d->animCircleId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user