aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/wearable.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-13 15:24:21 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 14:50:05 +0000
commit7aef75754a4b206641ad9ec43e564a7eacf6846e (patch)
treee8285ec3cc5b25a0dd6f211f2000ed255297b36c /examples/quickcontrols2/wearable/wearable.qml
parent8c175fd37c59fd83cf184337a63e4f316e964df8 (diff)
Wearable: get rid of the UIStyle dimensions
Change-Id: Ia4896fd2253cea9bc83bdd59bfdbaace216a9cb9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2/wearable/wearable.qml')
-rw-r--r--examples/quickcontrols2/wearable/wearable.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/wearable.qml b/examples/quickcontrols2/wearable/wearable.qml
index a1420c61..01d52b12 100644
--- a/examples/quickcontrols2/wearable/wearable.qml
+++ b/examples/quickcontrols2/wearable/wearable.qml
@@ -58,8 +58,8 @@ QQC2.ApplicationWindow {
visible: true
- width: UIStyle.displayWidth
- height: UIStyle.displayHeight
+ width: 320
+ height: 320
title: qsTr("Wearable")