From c40611e0ec7a161d9bbdf3845684c27b031aa77a Mon Sep 17 00:00:00 2001 From: Andrew O'Doherty Date: Wed, 22 Nov 2017 12:56:45 +0100 Subject: iot-sensortag: Create a quit button SmartWatch demo SmartWatch demo requires a button to exit the application Change-Id: I64f366d70960e868bcf9f4c644f81a145edd44b6 Reviewed-by: Maurice Kalinowski --- tradeshow/iot-sensortag/resources/base/TopToolbar.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tradeshow/iot-sensortag/resources/base') 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 -- cgit v1.2.3