From 7481468cef4154be27f6b642b890cb00b2dbd27a Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Mon, 25 Apr 2016 16:54:22 -0400 Subject: [PATCH] Minor copy/paste error. --- src/AutoPilotPlugins/PX4/SafetyComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index c519dff..1a3e675 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:") }