From c01a15ff8406112fb687e20420754b042423f617 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 21 May 2015 22:00:06 +0200 Subject: [PATCH] Sensor cal: Improve visibility of instructions --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 86b8c7e68..7cd2f8d8f 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -425,11 +425,19 @@ QGCView { id: orientationCalAreaHelpText width: parent.width wrapMode: Text.WordWrap - font.pointSize: ScreenTools.fontPointFactor * (17); + font.pointSize: ScreenTools.fontPointFactor * (22); + anchors.top: orientationCalArea.top + anchors.left: orientationCalArea.left + anchors.topMargin: 15 + anchors.leftMargin: 15 + anchors.rightMargin: 15 + anchors.bottomMargin: 15 } Flow { - y: orientationCalAreaHelpText.height + anchors.top: orientationCalAreaHelpText.bottom + anchors.left: orientationCalAreaHelpText.left + anchors.topMargin: 15 width: parent.width height: parent.height - orientationCalAreaHelpText.implicitHeight spacing: 5 -- 2.22.0