diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 44c026c963d40dea6eddb60d1012f27403fbb30f..592812b2fedd59f841d4124ab19f6580fa792c0d 100644 --- a/src/AutoPilotPlugins/PX4/PowerComponent.qml +++ b/src/AutoPilotPlugins/PX4/PowerComponent.qml @@ -273,7 +273,7 @@ Rectangle { } Rectangle { width: parent.width - height: 80 + height: 40 color: palette.windowShade visible: showAdvanced.checked Column { @@ -291,16 +291,6 @@ Rectangle { showUnits: true } } - Row { - spacing: 10 - QGCLabel { text: "Battery Capacity"; width: firstColumnWidth; anchors.baseline: battCapacityField.baseline} - FactTextField { - id: battCapacityField - width: textEditWidth - fact: Fact { name: "BAT_CAPACITY" } - showUnits: true - } - } } } }