Browse Source

APMPowerComponent: Add missing sizeToContents for FactComboBox

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

5
src/AutoPilotPlugins/APM/APMPowerComponent.qml

@ -82,6 +82,7 @@ SetupPage { @@ -82,6 +82,7 @@ SetupPage {
id: monitor1Combo
fact: _batt1Monitor
indexModel: false
sizeToContents: true
}
}
@ -168,6 +169,7 @@ SetupPage { @@ -168,6 +169,7 @@ SetupPage {
id: monitor2Combo
fact: _batt2Monitor
indexModel: false
sizeToContents: true
}
}
@ -364,6 +366,7 @@ SetupPage { @@ -364,6 +366,7 @@ SetupPage {
id: monitorCombo
fact: battMonitor
indexModel: false
sizeToContents: true
}
QGCLabel {
@ -427,6 +430,7 @@ SetupPage { @@ -427,6 +430,7 @@ SetupPage {
fact: battCurrPin
indexModel: false
visible: _showAdvanced
sizeToContents: true
}
QGCLabel {
@ -441,6 +445,7 @@ SetupPage { @@ -441,6 +445,7 @@ SetupPage {
fact: battVoltPin
indexModel: false
visible: _showAdvanced
sizeToContents: true
}
QGCLabel {

Loading…
Cancel
Save