mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Add default height to combobox, not sure why this was never set before.
CURA-9793
This commit is contained in:
parent
0514c62b3e
commit
680a86c896
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ ComboBox
|
|||
|
||||
enabled: delegateModel.count > 0
|
||||
|
||||
height: UM.Theme.getSize("combobox").height
|
||||
|
||||
onVisibleChanged: { popup.close() }
|
||||
|
||||
states: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue