summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks/content/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/clocks/content/Clock.qml')
-rw-r--r--examples/declarative/clocks/content/Clock.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/clocks/content/Clock.qml b/examples/declarative/clocks/content/Clock.qml
index 75a1cf5..90c6be8 100644
--- a/examples/declarative/clocks/content/Clock.qml
+++ b/examples/declarative/clocks/content/Clock.qml
@@ -74,7 +74,7 @@ Item {
}
Text {
- id: cityLabel; font.bold: true; font.pixelSize: 14; y:200; color: "white"
- anchors.horizontalCenter: parent.horizontalCenter
+ id: cityLabel; font.bold: true; font.pixelSize: 14; y: 200; color: "white"
+ anchors.horizontalCenter: parent.horizontalCenter; style: Text.Raised; styleColor: "black"
}
}