From 0a85dc729c5602c0914172bbf4b2b4e3171fcd85 Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Fri, 3 Feb 2017 10:15:06 +0200 Subject: iot-sensortag: Add dialog for sensor settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added new dialog for sensor settings. Change-Id: I1cb32984541dc20bb12e81fa645db4b24378554f Reviewed-by: Otto Ryynänen --- tradeshow/iot-sensortag/resources/small/MainSmall.qml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tradeshow/iot-sensortag/resources/small') diff --git a/tradeshow/iot-sensortag/resources/small/MainSmall.qml b/tradeshow/iot-sensortag/resources/small/MainSmall.qml index 1f46093..7cdc7fe 100644 --- a/tradeshow/iot-sensortag/resources/small/MainSmall.qml +++ b/tradeshow/iot-sensortag/resources/small/MainSmall.qml @@ -74,14 +74,6 @@ Item { } } - TopToolbar { - id: topToolbar - - anchors.top: main.top - anchors.left: main.left - anchors.right: main.right - } - Column { id: leftPane @@ -190,6 +182,15 @@ Item { anchors.bottom: bottomToolbar.top } + + TopToolbar { + id: topToolbar + + anchors.top: main.top + anchors.left: main.left + anchors.right: main.right + } + BottomToolbar { id: bottomToolbar -- cgit v1.2.3