From 46fc48e3d8798fe06681240dabed23b06f3db55e Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Fri, 3 Mar 2017 10:56:30 +0200 Subject: iot-sensortag: Fix Sensor Settings font size The size of the font for provided data in Sensor Settings fixed so that it's readable also with Nexus 7. Change-Id: I0dd0935be36442e39c83c83c8879ba932aa6a1cb Reviewed-by: Maurice Kalinowski --- tradeshow/iot-sensortag/resources/base/SensorSettings.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tradeshow') diff --git a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml index 5aace2c..c9c326a 100644 --- a/tradeshow/iot-sensortag/resources/base/SensorSettings.qml +++ b/tradeshow/iot-sensortag/resources/base/SensorSettings.qml @@ -189,12 +189,14 @@ Rectangle { Text { color: "white" text: "Provides data for:" + font.pixelSize: 14 } Text { color: "white" lineHeight: 0.7 text: list.getTagTypeStr(modelData.tagType()) + font.pixelSize: 14 } } } -- cgit v1.2.3