thinner symbols for windeco buttons, pinheiro, boemann and I agree this is a better look; 2.5 was a bit much

svn path=/trunk/KDE/kdebase/workspace/; revision=723761
icc-effect-5.14.5
Matthew Woehlke 2007-10-10 17:05:11 +00:00
parent 865ea8e9d7
commit f80c129100
1 changed files with 1 additions and 1 deletions

View File

@ -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, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
painter.setPen(QPen(lg, 2.2, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
switch(type_)
{
case ButtonSticky: