From a5dac03956bb2c32513a8f344224aaa17360a20a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 24 Nov 2007 23:47:44 +0000 Subject: [PATCH] - Same as last commit but for gnome looks --- src/qgnomelook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgnomelook.h b/src/qgnomelook.h index 8700d410d..65c158f23 100644 --- a/src/qgnomelook.h +++ b/src/qgnomelook.h @@ -42,7 +42,7 @@ class QGnomeLookStyle : public QCleanlooksStyle { vertical = (pb2->orientation == Qt::Vertical); } if (!vertical) { - QPalette::ColorRole textRole = QPalette::Dark;/* + QPalette::ColorRole textRole = QPalette::WindowText;/* if ((pb->textAlignment & Qt::AlignCenter) && pb->textVisible && ((qint64(pb->progress) - qint64(pb->minimum)) * 2 >= (qint64(pb->maximum) - qint64(pb->minimum)))) { textRole = QPalette::HighlightedText;