mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07: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
|
Label
|
||||||
{
|
{
|
||||||
id: manageQueueLabel
|
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.right: queuedPrintJobs.right
|
||||||
anchors.bottom: queuedLabel.bottom
|
anchors.bottom: queuedLabel.bottom
|
||||||
text: catalog.i18nc("@label link to connect manager", "Manage queue")
|
text: catalog.i18nc("@label link to connect manager", "Manage queue")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue