diff --git a/src/QmlControls/QGCComboBox.qml b/src/QmlControls/QGCComboBox.qml index 321df94ec2dcc0cb37010db2c1c869cebaa15e0d..05c5f4fb7a10bd58cfcd603ab4780b0a39d4835f 100644 --- a/src/QmlControls/QGCComboBox.qml +++ b/src/QmlControls/QGCComboBox.qml @@ -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