From a5e5b43bbedf11fea87a96d4d1635b94e08a6446 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Mon, 25 Sep 2017 14:19:49 +0200 Subject: 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 --- tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml') 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 } } } -- cgit v1.2.3