Provide height in the line type combobox of the simulation view

CURA-8684
This commit is contained in:
casper 2022-01-30 23:22:58 +01:00
parent f62a5e7340
commit ac080f3cd7

View file

@ -133,6 +133,7 @@ Cura.ExpandableComponent
textRole: "text"
valueRole: "type_id"
width: parent.width
implicitHeight: UM.Theme.getSize("setting_control").height;
model: layerViewTypes
visible: !UM.SimulationView.compatibilityMode