aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
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();