deprecated--
svn path=/trunk/KDE/kdebase/workspace/; revision=512341
This commit is contained in:
parent
d9245a4132
commit
b985e49c8a
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ void ButtonDropSite::drawContents( QPainter* p )
|
|||
QRect r = contentsRect();
|
||||
|
||||
// Shrink by 1
|
||||
r.moveBy(1 + leftoffset, 1);
|
||||
r.translate(1 + leftoffset, 1);
|
||||
r.setWidth( r.width() - 2 - leftoffset - rightoffset );
|
||||
r.setHeight( r.height() - 2 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue