Browse Source

Fix height

QGC4.4
Don Gagne 6 years ago
parent
commit
0e2c79b860
  1. 1
      src/QmlControls/QGCComboBox.qml

1
src/QmlControls/QGCComboBox.qml

@ -7,6 +7,7 @@ import QGroundControl.ScreenTools 1.0 @@ -7,6 +7,7 @@ import QGroundControl.ScreenTools 1.0
Button {
id: combo
implicitHeight: ScreenTools.implicitComboBoxHeight
property real pointSize: ScreenTools.defaultFontPointSize ///< Point size for button text
property bool centeredLabel: false

Loading…
Cancel
Save