Browse Source

Merge pull request #3421 from dogmaphobic/failsafeAction

Failsafe action
QGC4.4
Gus Grubba 9 years ago
parent
commit
afd92c2b6f
  1. 1
      src/AutoPilotPlugins/PX4/SafetyComponent.qml

1
src/AutoPilotPlugins/PX4/SafetyComponent.qml

@ -100,7 +100,6 @@ QGCView {
spacing: _margins * 0.5 spacing: _margins * 0.5
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
Row { Row {
visible: !controller.vehicle.fixedWing
QGCLabel { QGCLabel {
anchors.baseline: lowBattCombo.baseline anchors.baseline: lowBattCombo.baseline
width: _middleRowWidth width: _middleRowWidth

Loading…
Cancel
Save