summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/BaseChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/BaseChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/BaseChart.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/BaseChart.qml b/tradeshow/iot-sensortag/resources/base/BaseChart.qml
index 7c846a5..bc850fc 100644
--- a/tradeshow/iot-sensortag/resources/base/BaseChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/BaseChart.qml
@@ -74,7 +74,7 @@ Item {
Image {
id: titleIcon
-
+ visible: Style.uiStyle == "small"
anchors.top: parent.top
source: pathPrefix + "General/icon_sensor.png"
}
@@ -148,6 +148,7 @@ Item {
axis.z: 0
angle: rightSide ? 180 : 0
}
+ visible: Style.uiStyle == "small"
}
MouseArea {