summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/HumidityChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/HumidityChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/HumidityChart.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/HumidityChart.qml b/tradeshow/iot-sensortag/resources/base/HumidityChart.qml
index 582128f..869288a 100644
--- a/tradeshow/iot-sensortag/resources/base/HumidityChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/HumidityChart.qml
@@ -102,6 +102,7 @@ BaseChart {
text: "Max\n" + maxHumi.toFixed(0) + " %"
lineHeight: 0.8
color: "white"
+ font.pixelSize: 26
}
Text {
@@ -111,6 +112,7 @@ BaseChart {
text: "Min\n" + minHumi.toFixed(0) + " %"
lineHeight: 0.8
color: "white"
+ font.pixelSize: 26
}
}
}