mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Fix code style. Add brackets in new line.
Contributes to CURA-5942.
This commit is contained in:
parent
4d6d0ed70c
commit
21bfa6e4c2
1 changed files with 8 additions and 2 deletions
|
|
@ -30,7 +30,10 @@ Column
|
|||
model: UM.ContainerStacksModel
|
||||
{
|
||||
id: networkedPrintersModel
|
||||
filter: {"type": "machine", "um_network_key": "*", "hidden": "False"}
|
||||
filter:
|
||||
{
|
||||
"type": "machine", "um_network_key": "*", "hidden": "False"
|
||||
}
|
||||
}
|
||||
|
||||
delegate: MachineSelectorButton
|
||||
|
|
@ -66,7 +69,10 @@ Column
|
|||
model: UM.ContainerStacksModel
|
||||
{
|
||||
id: virtualPrintersModel
|
||||
filter: {"type": "machine", "um_network_key": null}
|
||||
filter:
|
||||
{
|
||||
"type": "machine", "um_network_key": null
|
||||
}
|
||||
}
|
||||
|
||||
delegate: MachineSelectorButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue