Unverified Commit fac6111e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7531 from DonLakeFlyer/ComboBox

Fix combo box height
parents e2817959 0e2c79b8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment