summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/TemperatureChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/TemperatureChart.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml b/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
index dbad24b..7a90dea 100644
--- a/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/TemperatureChart.qml
@@ -106,6 +106,7 @@ BaseChart {
anchors.horizontalCenter: reading.horizontalCenter
anchors.top: parent.top
color: "white"
+ font.pixelSize: 26
}
Image {
@@ -132,6 +133,7 @@ BaseChart {
color: "white"
anchors.bottom: parent.bottom
anchors.horizontalCenter: reading.horizontalCenter
+ font.pixelSize: 26
}
Text {
@@ -143,6 +145,7 @@ BaseChart {
color: "white"
anchors.right: parent.right
anchors.verticalCenter: reading.verticalCenter
+ font.pixelSize: 26
}
}