diff --git a/src/VehicleSetup/JoystickConfig.qml b/src/VehicleSetup/JoystickConfig.qml index c59567fea0c213e539734ed529664119a00fee48..c4bc8430f731ae40456979d2b21d49a220c35ba8 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