diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 4714d272add30e393db7dcfbb795d6bec255e701..8d709a06bfdb5e816e016468c2d3c0f0a28f6e87 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() }