aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorDaniel Borgmann <ext-daniel.borgmann@nokia.com>2010-11-26 17:46:09 +0200
committerAdrian Yanes <ext-adrian.yanes@nokia.com>2010-11-26 17:53:43 +0000
commit2c9602c7f1c68267033cac8fa396f6ae51ef87c0 (patch)
tree798287a85008310d98e44e8120948d012f22264b /demos
parent5d46c77bc91031a38c44c5df0e4cbf34f287bbe0 (diff)
Fixes: NB#207681 - Text in Dialog with Progress Indicator is barely
visible.
Diffstat (limited to 'demos')
-rw-r--r--demos/widgetsgallery/singleselectiondialogspage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/widgetsgallery/singleselectiondialogspage.cpp b/demos/widgetsgallery/singleselectiondialogspage.cpp
index 01d7b296..cae2a4ad 100644
--- a/demos/widgetsgallery/singleselectiondialogspage.cpp
+++ b/demos/widgetsgallery/singleselectiondialogspage.cpp
@@ -254,6 +254,7 @@ void SingleSelectionDialogsPage::openDialogWithProgressIndicator()
//% "Progress Indicator"
MLabel *label = new MLabel(qtTrId("xx_dialogs_and_notifications_progress_indicator"));
+ label->setStyleName("CommonTitleInverted");
QGraphicsLinearLayout *layout = new QGraphicsLinearLayout(Qt::Horizontal);
layout->addStretch();