|
|
|
@ -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 |
|
|
|
|