revert this hardcoded margin, wasn't a so good idea after all
svn path=/trunk/KDE/kdelibs/; revision=1055823
This commit is contained in:
parent
a0ae098ff0
commit
0484b43c3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user