summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag')
-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
}
}
}