mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Decrease margin for "manage queue" label
CL-896
This commit is contained in:
parent
534e60d8e1
commit
57a7c3bcd2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Component
|
|||
Label
|
||||
{
|
||||
id: manageQueueLabel
|
||||
anchors.rightMargin: 5 * UM.Theme.getSize("default_margin").width
|
||||
anchors.rightMargin: 4 * 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