diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index c519dff2fda4f10ba1ad17988a6d503155fa99c1..1a3e675b4d2eaa2f6e6ced023b23c7e97f0b348a 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -128,7 +128,7 @@ QGCView { } Row { QGCLabel { - anchors.baseline: batLowLevelField.baseline + anchors.baseline: batCritLevelField.baseline width: _middleRowWidth text: qsTr("Battery Failsafe Level:") }