aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2
diff options
context:
space:
mode:
authorNikita Krupenko <krnekit@gmail.com>2016-05-06 00:19:29 +0300
committerJ-P Nurmi <jpnurmi@qt.io>2016-05-06 09:15:56 +0000
commitd5828dbb9797939f8a532872c455d516b622ce0a (patch)
treede2bc88abac42ceda7e60755796701cdfc05e225 /examples/quickcontrols2
parent06922a5456edbad67952a24731e0a26a909a7866 (diff)
Gallery: fix main page label text color
Change-Id: Id822c3f80ef488ce08fd4ffe70eee103a92a4ecc Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2')
-rw-r--r--examples/quickcontrols2/gallery/gallery.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.qml b/examples/quickcontrols2/gallery/gallery.qml
index 5ccd799c..567325ad 100644
--- a/examples/quickcontrols2/gallery/gallery.qml
+++ b/examples/quickcontrols2/gallery/gallery.qml
@@ -185,7 +185,6 @@ ApplicationWindow {
}
Label {
- color: "#26282a"
text: "Qt Quick Controls 2 provides a set of controls that can be used to build complete interfaces in Qt Quick."
anchors.margins: 20
anchors.top: logo.bottom