Browse Source

Merge pull request #7531 from DonLakeFlyer/ComboBox

Fix combo box height
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
fac6111eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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