From 588dc6a0c3394153f08fd63b48dc45b844fffa19 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 22 May 2015 12:19:19 -0700 Subject: [PATCH] Fix linux-only anchoring problem --- src/AutoPilotPlugins/PX4/PowerComponent.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 4714d272a..8d709a06b 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.qml +++ b/src/AutoPilotPlugins/PX4/PowerComponent.qml @@ -253,10 +253,7 @@ QGCView { Column { anchors.margins: 10 - anchors.left: parent.left - anchors.right: parent.right - anchors.top: parent.top - anchors.bottom: calibrateButton.bottom + anchors.fill: parent spacing: 10 QGCLabel { @@ -264,7 +261,6 @@ QGCView { } QGCButton { - id: calibrateButton text: "Calibrate" onClicked: controller.calibrateEsc() } -- 2.22.0