mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:05:56 +08:00
Provide height in the line type combobox of the simulation view
CURA-8684
This commit is contained in:
parent
f62a5e7340
commit
ac080f3cd7
@ -133,6 +133,7 @@ Cura.ExpandableComponent
|
|||||||
textRole: "text"
|
textRole: "text"
|
||||||
valueRole: "type_id"
|
valueRole: "type_id"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
implicitHeight: UM.Theme.getSize("setting_control").height;
|
||||||
model: layerViewTypes
|
model: layerViewTypes
|
||||||
visible: !UM.SimulationView.compatibilityMode
|
visible: !UM.SimulationView.compatibilityMode
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user