mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Monitor Tab - Queued header is properly aligned
Contributes to CL-1052
This commit is contained in:
parent
0b66bf0448
commit
7226bc45b5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Component
|
||||||
anchors.left: queuedPrintJobs.left
|
anchors.left: queuedPrintJobs.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 2 * UM.Theme.getSize("default_margin").height
|
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")
|
text: catalog.i18nc("@label", "Queued")
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue