From 9677d3866ddda13c4267bebda180410706c0a62a Mon Sep 17 00:00:00 2001 From: Ahmet Fehmi OZCAN Date: Sat, 15 Apr 2017 12:08:10 +0300 Subject: [PATCH] Fixed calibration predialog text collapse problem. --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index cea99e5a0..6775de8d8 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -172,7 +172,7 @@ SetupPage { Column { anchors.fill: parent - spacing: 5 + spacing: ScreenTools.defaultFontPixelWidth / 2 QGCLabel { width: parent.width @@ -181,7 +181,6 @@ SetupPage { } Column { - anchors.fill: parent spacing: 5 visible: !_sensorsHaveFixedOrientation -- 2.22.0