mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:38:59 +08:00
Remove unneeded semicolon
CURA-8684
This commit is contained in:
parent
4cb4e0e38c
commit
6ef28db458
@ -133,7 +133,7 @@ Cura.ExpandableComponent
|
||||
textRole: "text"
|
||||
valueRole: "type_id"
|
||||
width: parent.width
|
||||
implicitHeight: UM.Theme.getSize("setting_control").height;
|
||||
implicitHeight: UM.Theme.getSize("setting_control").height
|
||||
model: layerViewTypes
|
||||
visible: !UM.SimulationView.compatibilityMode
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user