mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:36:02 +08:00
Code style
Just something I boyscouted while working on something else.
This commit is contained in:
parent
a5134001e9
commit
c0835f3a2f
@ -7,11 +7,14 @@ import QtQuick.Controls 1.4
|
|||||||
import UM 1.2 as UM
|
import UM 1.2 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
|
|
||||||
Instantiator {
|
Instantiator
|
||||||
model: UM.ContainerStacksModel {
|
{
|
||||||
|
model: UM.ContainerStacksModel
|
||||||
|
{
|
||||||
filter: {"type": "machine", "um_network_key": "*", "hidden": "False"}
|
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
|
// 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")
|
// iconSource: UM.Theme.getIcon("printer_single")
|
||||||
text: model.metadata["connect_group_name"]
|
text: model.metadata["connect_group_name"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user