summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2017-09-25 14:19:49 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2017-09-27 06:35:30 +0000
commita5e5b43bbedf11fea87a96d4d1635b94e08a6446 (patch)
tree3464b0f0f1fc49dd450fe6dc77a7ebd8391ce11d /tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
parentbb226a8dc9b6508c8d72c67b5260b9a733f7fca1 (diff)
iot-sensortag: Align font sizes
26 is used on some, but not all locations. That had the side effect, that text had different sizes on different platforms causing layouting issues. Change-Id: I057010fdf2aa562c188bd2376829d065a5eeff93 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
index 6f0d3c7..2b2ccac 100644
--- a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
@@ -153,6 +153,7 @@ BaseChart {
color: (index == 0) ? xColor : ((index == 1) ? yColor : zColor)
anchors.left: parent.left
anchors.bottom: parent.bottom
+ font.pixelSize: 26
}
Text {
@@ -164,6 +165,7 @@ BaseChart {
anchors.left: coordText.right
anchors.leftMargin: 16
anchors.bottom: parent.bottom
+ font.pixelSize: 26
}
}
}