mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
Fix code style. Add brackets in new line.
Contributes to CURA-5942.
This commit is contained in:
parent
4d6d0ed70c
commit
21bfa6e4c2
@ -30,7 +30,10 @@ Column
|
|||||||
model: UM.ContainerStacksModel
|
model: UM.ContainerStacksModel
|
||||||
{
|
{
|
||||||
id: networkedPrintersModel
|
id: networkedPrintersModel
|
||||||
filter: {"type": "machine", "um_network_key": "*", "hidden": "False"}
|
filter:
|
||||||
|
{
|
||||||
|
"type": "machine", "um_network_key": "*", "hidden": "False"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: MachineSelectorButton
|
delegate: MachineSelectorButton
|
||||||
@ -66,7 +69,10 @@ Column
|
|||||||
model: UM.ContainerStacksModel
|
model: UM.ContainerStacksModel
|
||||||
{
|
{
|
||||||
id: virtualPrintersModel
|
id: virtualPrintersModel
|
||||||
filter: {"type": "machine", "um_network_key": null}
|
filter:
|
||||||
|
{
|
||||||
|
"type": "machine", "um_network_key": null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: MachineSelectorButton
|
delegate: MachineSelectorButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user