Fix the outlined help button.

svn path=/trunk/KDE/kdebase/workspace/; revision=875775
icc-effect-5.14.5
Huynh Huu Long 2008-10-25 15:00:43 +00:00
parent ab49ed37e6
commit eadf72f60b
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ void OxygenButton::drawIcon(QPainter *p, QPalette &pal, ButtonType &type)
p->drawArc(7,5,4,4,135*16, -180*16);
p->drawArc(9,8,4,4,135*16,45*16);
p->drawPoint(9,12);
p->translate(-1.5, -1.5);
break;
case ButtonMin:
p->drawLine(QPointF( 7.5, 9.5), QPointF(10.5,12.5));