summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources')
-rw-r--r--tradeshow/iot-sensortag/resources/base/SensorSettings.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml
index bd13ef5..a2a8202 100644
--- a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml
+++ b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml
@@ -79,6 +79,11 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
anchors.margins: 8
source: pathPrefix + "Toolbar/icon_topbar_sensor.png"
+
+ MouseArea {
+ anchors.fill: parent
+ onClicked: dataProviderPool.startScanning()
+ }
}
ListView {