aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 11:26:16 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-28 12:58:00 +0000
commite50c199cac320696cd78e43f9c79ccedc130881c (patch)
treee84f51ad3d799da1063f3acb40b93e6bf3fd3dee
parent99ecd1625856205de684e909794101f8fe861dda (diff)
Gallery: make the "restart required" label more visible
The red color is one of the secondary colors listed at brand.qt.io. Change-Id: Iea8afe0afe06ea033cb0ece864b6049d74765dfa Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--examples/controls/gallery/gallery.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controls/gallery/gallery.qml b/examples/controls/gallery/gallery.qml
index 5f80a047..f9a2665e 100644
--- a/examples/controls/gallery/gallery.qml
+++ b/examples/controls/gallery/gallery.qml
@@ -247,6 +247,7 @@ ApplicationWindow {
Label {
text: "Restart required"
+ color: "#e41e25"
opacity: styleBox.currentIndex !== styleBox.styleIndex ? 1.0 : 0.0
horizontalAlignment: Label.AlignHCenter
verticalAlignment: Label.AlignVCenter