CL-457 added margin to top in monitor screen

This commit is contained in:
Jack Ha 2017-10-02 11:55:54 +02:00
parent 48ad909431
commit f15f6e2e37

View file

@ -29,6 +29,8 @@ Component
id: activePrintersLabel
font: UM.Theme.getFont("large")
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.top: parent.top
text: Cura.MachineManager.printerOutputDevices[0].name
}