summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@qt.io>2017-02-15 10:56:53 +0200
committerKari Hautamäki <kari.hautamaki@qt.io>2017-02-16 06:31:26 +0000
commit08d742dca27bec71aca83b92e91be44e2d177827 (patch)
tree5a64bc83140fb619274289f300d909dc4edc8ecc /tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
parent5ac46a5368102502ba85e3404672b950975b6214 (diff)
iot-sensortag: Fix UI based on findings on Android device
Minor changes done to UI based on findings on Nexus 7. Change-Id: I3e7496578a03ab059e0ba0b99f7f97ac2c91a8e5 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml b/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
index 5c1cfc7..f06f165 100644
--- a/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
@@ -86,7 +86,7 @@ BaseChart {
}
Text {
- text: (minValue !== Number.MAX_VALUE ? minValue : "--") + "\nLowest"
+ text: (minValue !== Number.MAX_VALUE ? minValue : "--") + "\nLo"
lineHeight: 0.7
width: 60
horizontalAlignment: Text.Center
@@ -104,7 +104,7 @@ BaseChart {
}
Text {
- text: "Highest\n" + (maxValue !== Number.MIN_VALUE ? maxValue : "--")
+ text: "Hi\n" + (maxValue !== Number.MIN_VALUE ? maxValue : "--")
lineHeight: 0.8
width: 60
horizontalAlignment: Text.Center