summaryrefslogtreecommitdiffstats
path: root/tradeshow
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@qt.io>2017-03-03 10:56:30 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-03-03 09:46:20 +0000
commit46fc48e3d8798fe06681240dabed23b06f3db55e (patch)
treec0b9bae2e836f2fefc2b38e71c59371730a2ba29 /tradeshow
parente8f1e8470aa64f7a5b34d49b5c8457123eb41527 (diff)
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 <maurice.kalinowski@qt.io>
Diffstat (limited to 'tradeshow')
-rw-r--r--tradeshow/iot-sensortag/resources/base/SensorSettings.qml2
1 files changed, 2 insertions, 0 deletions
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
}
}
}