From 35d98b23adfd71aeababcb33c22984b6721cd334 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Fri, 7 Apr 2017 10:26:16 -0700 Subject: [PATCH] Fix bad field --- src/AutoPilotPlugins/PX4/SafetyComponent.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index ef03f244d..5e7b99a90 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -431,16 +431,14 @@ SetupPage { QGCLabel { id: landVelocityLabel - text: qsTr("Landing Velocity:") + text: qsTr("Landing Descent Rate:") Layout.fillWidth: true visible: controller.vehicle && !controller.vehicle.fixedWing } - FactComboBox { + FactTextField { fact: _landSpeedMC - indexModel: false Layout.minimumWidth: _editFieldWidth visible: controller.vehicle && !controller.vehicle.fixedWing - enabled: _landSpeedMC === -1 } QGCCheckBox { -- 2.22.0