Browse Source

Combo uses full width

QGC4.4
Don Gagne 9 years ago
parent
commit
b7a7384a9c
  1. 3
      src/QmlControls/ParameterEditorDialog.qml

3
src/QmlControls/ParameterEditorDialog.qml

@ -126,7 +126,8 @@ QGCViewDialog {
QGCComboBox { QGCComboBox {
id: factCombo id: factCombo
width: valueField.width anchors.left: parent.left
anchors.right: parent.right
visible: _showCombo visible: _showCombo
model: fact.enumStrings model: fact.enumStrings

Loading…
Cancel
Save