revert this hardcoded margin, wasn't a so good idea after all

svn path=/trunk/KDE/kdelibs/; revision=1055823
This commit is contained in:
Marco Martin 2009-11-28 20:19:03 +00:00
parent a0ae098ff0
commit 0484b43c3d

View File

@ -948,7 +948,7 @@ void ExtenderItemPrivate::updateSizeHints()
}
qreal marginWidth = bgLeft + bgRight + dragLeft + dragRight;
qreal marginHeight = bgTop + bgBottom + dragTop + dragBottom + 4;
qreal marginHeight = bgTop + bgBottom + dragTop + dragBottom;
QSizeF min;
QSizeF pref;