Browse Source

APMSafetyComponentSub: Fix pilot input configuration layout

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by Don Gagne
parent
commit
db8c4c694c
  1. 3
      src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

3
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

@ -257,13 +257,14 @@ SetupPage { @@ -257,13 +257,14 @@ SetupPage {
QGCLabel {
text: "Timeout:"
width: failsafeSettings._labelWidth
anchors.verticalCenter: pilotEnableCombo.verticalCenter
visible: pilotEnableCombo.currentIndex != 0
anchors.baseline: pilotEnableCombo.baseline
}
FactTextField {
width: failsafeSettings._editWidth
anchors.verticalCenter: pilotEnableCombo.verticalCenter
visible: pilotEnableCombo.currentIndex != 0
anchors.baseline: pilotEnableCombo.baseline
fact: _failsafePilotTimeout

Loading…
Cancel
Save