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 {
QGCLabel { QGCLabel {
text: "Timeout:" text: "Timeout:"
width: failsafeSettings._labelWidth width: failsafeSettings._labelWidth
anchors.verticalCenter: pilotEnableCombo.verticalCenter
visible: pilotEnableCombo.currentIndex != 0 visible: pilotEnableCombo.currentIndex != 0
anchors.baseline: pilotEnableCombo.baseline
} }
FactTextField { FactTextField {
width: failsafeSettings._editWidth width: failsafeSettings._editWidth
anchors.verticalCenter: pilotEnableCombo.verticalCenter
visible: pilotEnableCombo.currentIndex != 0 visible: pilotEnableCombo.currentIndex != 0
anchors.baseline: pilotEnableCombo.baseline anchors.baseline: pilotEnableCombo.baseline
fact: _failsafePilotTimeout fact: _failsafePilotTimeout

Loading…
Cancel
Save