|
@@ -17,6 +17,7 @@ UM.Dialog
|
|
|
minimumWidth: UM.Theme.getSize("popup_dialog").width
|
|
|
minimumHeight: UM.Theme.getSize("popup_dialog").height
|
|
|
width: minimumWidth
|
|
|
+ backgroundColor: UM.Theme.getColor("main_background")
|
|
|
margin: UM.Theme.getSize("default_margin").width
|
|
|
property int comboboxHeight: UM.Theme.getSize("default_margin").height
|
|
|
|