summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml b/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
index ffba32b..a594257 100644
--- a/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/ObjectTemperatureChart.qml
@@ -89,6 +89,7 @@ BaseChart {
anchors.centerIn: gauge
anchors.horizontalCenterOffset: -120
anchors.verticalCenterOffset: 60
+ font.pixelSize: 26
}
Text {
@@ -107,6 +108,7 @@ BaseChart {
anchors.centerIn: gauge
anchors.horizontalCenterOffset: 120
anchors.verticalCenterOffset: -30
+ font.pixelSize: 26
}
}
}