Monitor Tab - Queued header is properly aligned

Contributes to CL-1052
This commit is contained in:
Ian Paschal 2018-09-13 10:35:31 +02:00
parent 0b66bf0448
commit 7226bc45b5

View file

@ -50,7 +50,7 @@ Component
anchors.left: queuedPrintJobs.left
anchors.top: parent.top
anchors.topMargin: 2 * UM.Theme.getSize("default_margin").height
anchors.leftMargin: 3 * UM.Theme.getSize("default_margin").width
anchors.leftMargin: 3 * UM.Theme.getSize("default_margin").width + 5
text: catalog.i18nc("@label", "Queued")
font: UM.Theme.getFont("large")
color: UM.Theme.getColor("text")