Browse Source

Minor copy/paste error.

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

2
src/AutoPilotPlugins/PX4/SafetyComponent.qml

@ -128,7 +128,7 @@ QGCView { @@ -128,7 +128,7 @@ QGCView {
}
Row {
QGCLabel {
anchors.baseline: batLowLevelField.baseline
anchors.baseline: batCritLevelField.baseline
width: _middleRowWidth
text: qsTr("Battery Failsafe Level:")
}

Loading…
Cancel
Save