Code style

Just something I boyscouted while working on something else.
This commit is contained in:
Ghostkeeper 2018-12-19 13:04:37 +01:00
parent a5134001e9
commit c0835f3a2f
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -7,11 +7,14 @@ import QtQuick.Controls 1.4
import UM 1.2 as UM
import Cura 1.0 as Cura
Instantiator {
model: UM.ContainerStacksModel {
Instantiator
{
model: UM.ContainerStacksModel
{
filter: {"type": "machine", "um_network_key": "*", "hidden": "False"}
}
MenuItem {
MenuItem
{
// TODO: Use printer_group icon when it's a cluster. Not use it for now since it doesn't look as expected
// iconSource: UM.Theme.getIcon("printer_single")
text: model.metadata["connect_group_name"]