summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/GyroChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/GyroChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/GyroChart.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/GyroChart.qml b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
index 63a9122..f09ef6b 100644
--- a/tradeshow/iot-sensortag/resources/base/GyroChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
@@ -159,6 +159,7 @@ BaseChart {
color: "white"
anchors.left: parent.left
anchors.bottom: parent.bottom
+ font.pixelSize: 26
}
Text {
@@ -170,6 +171,7 @@ BaseChart {
anchors.left: coordText.right
anchors.leftMargin: 16
anchors.bottom: parent.bottom
+ font.pixelSize: 26
}
}
}