mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove unneeded semicolon
CURA-8684
This commit is contained in:
parent
4cb4e0e38c
commit
6ef28db458
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +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;
|
implicitHeight: UM.Theme.getSize("setting_control").height
|
||||||
model: layerViewTypes
|
model: layerViewTypes
|
||||||
visible: !UM.SimulationView.compatibilityMode
|
visible: !UM.SimulationView.compatibilityMode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue