Sync r831828 from oxygen.
svn path=/trunk/KDE/kdebase/workspace/; revision=842506
This commit is contained in:
parent
ca976fbf3a
commit
cedaf94370
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ void OxygenButton::drawIcon(QPainter *p, QPalette &pal, ButtonType &type)
|
|||
QPoint points[4] = {QPoint(9, 6), QPoint(12, 9), QPoint(9, 12), QPoint(6, 9)};
|
||||
//QPoint points[4] = {QPoint(9, 5), QPoint(13, 9), QPoint(9, 13), QPoint(5, 9)};
|
||||
p->drawPolygon(points, 4);
|
||||
p->translate(-1.5, -1.5);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue