aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
index e3da38c7..158f3d70 100644
--- a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
+++ b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
@@ -48,8 +48,8 @@
**
****************************************************************************/
-import QtQuick 2.7
-import QtQuick.Controls 2.0 as QQC2
+import QtQuick 2.10
+import QtQuick.Controls 2.3 as QQC2
import ".."
import "../Style"
@@ -180,7 +180,7 @@ SwipeViewPage {
anchors.horizontalCenter: parent.horizontalCenter
text: cityName
- color: UIStyle.colorQtGray1
+ color: UIStyle.themeColorQtGray1
font.pixelSize: UIStyle.fontSizeXS
font.letterSpacing: 2
}