Commit afb59711 authored by dogmaphobic's avatar dogmaphobic

Removing Battery Capacity setting.

parent 5f946ff0
...@@ -273,7 +273,7 @@ Rectangle { ...@@ -273,7 +273,7 @@ Rectangle {
} }
Rectangle { Rectangle {
width: parent.width width: parent.width
height: 80 height: 40
color: palette.windowShade color: palette.windowShade
visible: showAdvanced.checked visible: showAdvanced.checked
Column { Column {
...@@ -291,16 +291,6 @@ Rectangle { ...@@ -291,16 +291,6 @@ Rectangle {
showUnits: true 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
}
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment