summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/LightChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/LightChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/LightChart.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/LightChart.qml b/tradeshow/iot-sensortag/resources/base/LightChart.qml
index 34da38a..f170e81 100644
--- a/tradeshow/iot-sensortag/resources/base/LightChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/LightChart.qml
@@ -112,9 +112,7 @@ BaseChart {
id: brightnessImg
source: pathPrefix + "Light/light_brightness.png"
- anchors.left: lightMainImg.right
- anchors.leftMargin: 24
- anchors.verticalCenter: lightMainImg.verticalCenter
+ anchors.right: parent.right
Behavior on opacity {
NumberAnimation {