Browse Source

Failsafe Action should be available for all airframe types.

QGC4.4
dogmaphobic 9 years ago
parent
commit
c23c18eb97
  1. 1
      src/AutoPilotPlugins/PX4/SafetyComponent.qml

1
src/AutoPilotPlugins/PX4/SafetyComponent.qml

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

Loading…
Cancel
Save