From 9088c234a1fb0992a9e3d22f6494bfc6f116f277 Mon Sep 17 00:00:00 2001 From: nanthony21 Date: Fri, 26 Jan 2018 18:34:30 -0600 Subject: [PATCH] Added label to explain how to set deadband. --- src/VehicleSetup/JoystickConfig.qml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/VehicleSetup/JoystickConfig.qml b/src/VehicleSetup/JoystickConfig.qml index c59567fea..c4bc8430f 100644 --- a/src/VehicleSetup/JoystickConfig.qml +++ b/src/VehicleSetup/JoystickConfig.qml @@ -537,6 +537,21 @@ SetupPage { onClicked: controller.deadbandToggle = checked } } + Row{ + width: parent.width + spacing: ScreenTools.defaultFontPixelWidth + visible: advancedSettings.checked + QGCLabel{ + width: parent.width * 0.85 + font.pointSize: ScreenTools.smallFontPointSize + wrapMode: Text.WordWrap + text: qsTr("Deadband can be set during the first ") + + qsTr("step of calibration by gently wiggling each axis. ") + + qsTr("Deadband can also be adjusted by clicking and ") + + qsTr("dragging vertically on the corresponding axis monitor.") + visible: controller.deadbandToggle + } + } } } // Column - left column -- 2.22.0