From 08d742dca27bec71aca83b92e91be44e2d177827 Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Wed, 15 Feb 2017 10:56:53 +0200 Subject: iot-sensortag: Fix UI based on findings on Android device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor changes done to UI based on findings on Nexus 7. Change-Id: I3e7496578a03ab059e0ba0b99f7f97ac2c91a8e5 Reviewed-by: Oliver Wolff Reviewed-by: Kari Hautamäki --- tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml') 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 -- cgit v1.2.3