mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Monitor Tab - Fix queue/manage queue alignment
Contributes to CL-1052
This commit is contained in:
parent
ac5a038065
commit
e7704ede3c
2 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,7 @@ Component
|
|||
Label
|
||||
{
|
||||
id: manageQueueLabel
|
||||
anchors.rightMargin: 4 * UM.Theme.getSize("default_margin").width
|
||||
anchors.rightMargin: 3 * UM.Theme.getSize("default_margin").width
|
||||
anchors.right: queuedPrintJobs.right
|
||||
anchors.bottom: queuedLabel.bottom
|
||||
text: catalog.i18nc("@label link to connect manager", "Manage queue")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue