summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks/content
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-31 04:26:52 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-31 04:31:40 (GMT)
commit8ee60825b4fa864ef0f826e6452a6340ed8ebb86 (patch)
treea08c0bebfe8e7d523591b4be1330c4bd78ea6377 /examples/declarative/clocks/content
parent6905c23c8363ce3f6698b0bc81dc81eef0f8de20 (diff)
downloadQt-8ee60825b4fa864ef0f826e6452a6340ed8ebb86.zip
Qt-8ee60825b4fa864ef0f826e6452a6340ed8ebb86.tar.gz
Qt-8ee60825b4fa864ef0f826e6452a6340ed8ebb86.tar.bz2
Minor cleanup.
Diffstat (limited to 'examples/declarative/clocks/content')
-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"
}
}