HighlightColor is a background, we need a text color
svn path=/trunk/KDE/kdelibs/; revision=976834
This commit is contained in:
parent
c106afee83
commit
856b4664fe
@ -172,7 +172,7 @@ void BusyWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option
|
||||
painter->drawPixmap(spinnerRect.topLeft(), d->frames[intRotation]);
|
||||
}
|
||||
|
||||
painter->setPen(Plasma::Theme::defaultTheme()->color(Theme::HighlightColor));
|
||||
painter->setPen(Plasma::Theme::defaultTheme()->color(Theme::TextColor));
|
||||
Qt::Alignment align(Qt::AlignVCenter | Qt::AlignHCenter);
|
||||
painter->drawText(boundingRect(), d->label, QTextOption(align));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user