HighlightColor is a background, we need a text color

svn path=/trunk/KDE/kdelibs/; revision=976834
This commit is contained in:
Marco Martin 2009-06-02 19:01:46 +00:00
parent c106afee83
commit 856b4664fe

View File

@ -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));
}