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. 3
      src/QmlControls/QGCComboBox.qml

3
src/QmlControls/QGCComboBox.qml

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

Loading…
Cancel
Save