Browse Source

Add default height to combobox, not sure why this was never set before.
CURA-9793

Joey de l'Arago 2 years ago
parent
commit
680a86c896
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/qml/Widgets/ComboBox.qml

+ 2 - 0
resources/qml/Widgets/ComboBox.qml

@@ -25,6 +25,8 @@ ComboBox
 
     enabled: delegateModel.count > 0
 
+    height: UM.Theme.getSize("combobox").height
+
     onVisibleChanged: { popup.close() }
 
     states: [