From 0e2c79b8603248e641d873f7688aa84b4125ad91 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 14 Jun 2019 14:45:30 -0700 Subject: [PATCH] Fix height --- src/QmlControls/QGCComboBox.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/QmlControls/QGCComboBox.qml b/src/QmlControls/QGCComboBox.qml index 321df94ec..05c5f4fb7 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 -- 2.22.0