use round caps for windeco button symbols... not really visible at width=2.5px, but still more correct
svn path=/trunk/KDE/kdebase/workspace/; revision=723570
This commit is contained in:
parent
5cc9ad5e9e
commit
865ea8e9d7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void OxygenButton::paintEvent(QPaintEvent *)
|
|||
painter.setRenderHints(QPainter::Antialiasing);
|
||||
painter.setBrush(Qt::NoBrush);
|
||||
QLinearGradient lg = helper_.decoGradient(QRect(4,4,13,13), pal.color(QPalette::ButtonText));
|
||||
painter.setPen(QPen(lg, 2.5));
|
||||
painter.setPen(QPen(lg, 2.5, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
|
||||
switch(type_)
|
||||
{
|
||||
case ButtonSticky:
|
||||
|
|
Loading…
Reference in a new issue