summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/small/MainSmall.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/small/MainSmall.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/small/MainSmall.qml17
1 files changed, 9 insertions, 8 deletions
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