Code style & comments

This commit is contained in:
Ian Paschal 2018-12-17 10:42:41 +01:00
parent 77deabf6d4
commit ff1a0e30f6
2 changed files with 3 additions and 3 deletions

View file

@ -35,6 +35,6 @@ Item
property real maximumWidth: parent.width
property real maximumHeight: parent.height
sourceComponent: Cura.MachineManager.printerOutputDevices.length > 0 ? Cura.MachineManager.printerOutputDevices[0].monitorItem: null
sourceComponent: Cura.MachineManager.printerOutputDevices.length > 0 ? Cura.MachineManager.printerOutputDevices[0].monitorItem : null
}
}