summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2017-11-22 12:56:45 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-11-23 12:14:18 +0000
commitc40611e0ec7a161d9bbdf3845684c27b031aa77a (patch)
tree0e74803afde6cddc2ea4e9d6353f0b43b11a494a /tradeshow/iot-sensortag/resources/base
parentf9c7da64cea85d44998e62f4e0d3ec217a22f0d2 (diff)
iot-sensortag: Create a quit button SmartWatch demo
SmartWatch demo requires a button to exit the application Change-Id: I64f366d70960e868bcf9f4c644f81a145edd44b6 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base')
-rw-r--r--tradeshow/iot-sensortag/resources/base/TopToolbar.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/TopToolbar.qml b/tradeshow/iot-sensortag/resources/base/TopToolbar.qml
index 3c92c05..bb0ecf9 100644
--- a/tradeshow/iot-sensortag/resources/base/TopToolbar.qml
+++ b/tradeshow/iot-sensortag/resources/base/TopToolbar.qml
@@ -175,6 +175,7 @@ Item {
id: utcGmt
text: "UTC/GMT"
color: "white"
+ visible: dateLabel.visible
anchors.left: timeLabel.right
anchors.leftMargin: 16
anchors.bottom: parent.bottom