summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@qt.io>2017-02-01 10:24:44 +0200
committerOtto Ryynänen <otto.ryynanen@qt.io>2017-02-01 08:56:21 +0000
commit7cfb17d7db0ffc79210fe6c24e8c358eaf535e65 (patch)
treec3b630c3bc5745000937488fd08096b68999c1db /tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
parent518c73c59a71911b65ae5d3240b22ea9f5878961 (diff)
iot-sensortag: Add Accelometer chart
Added new accelometer chart. Updated the ui-layout and images. Change-Id: Id8474e533f39f5c8178b487fc9bc03d7ea956772 Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
index bd60dc6..699f537 100644
--- a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
@@ -161,7 +161,6 @@ BaseChart {
horizontalAlignment: Text.AlignHCenter
text: "<font color=\"" + xColor + "\">X<br><font color=\"white\">" + (sensor ? sensor.magnetometerMicroT_xAxis : 0)
lineHeight: 0.7
- width: (magnetHolderRect.width - xLabelRow.x) / 3
}
Text {
@@ -172,7 +171,6 @@ BaseChart {
horizontalAlignment: Text.AlignHCenter
text: "<font color=\"" + yColor + "\">Y<br><font color=\"white\">" + (sensor ? sensor.magnetometerMicroT_yAxis : 0)
lineHeight: 0.7
- width: xLabel.width
}
Text {
@@ -183,7 +181,6 @@ BaseChart {
horizontalAlignment: Text.AlignHCenter
text: "<font color=\"" + zColor + "\">Z<br><font color=\"white\">" + (sensor ? sensor.magnetometerMicroT_zAxis : 0)
lineHeight: 0.7
- width: xLabel.width
}
}
}