From afb597117ca4180dfd2f1e5b7f6a46b17e92056d Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Thu, 19 Mar 2015 11:34:43 -0400 Subject: [PATCH] Removing Battery Capacity setting. --- src/AutoPilotPlugins/PX4/PowerComponent.qml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/PowerComponent.qml b/src/AutoPilotPlugins/PX4/PowerComponent.qml index 44c026c96..592812b2f 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 - } - } } } } -- 2.22.0