Decrease margin for "manage queue" label

CL-896
This commit is contained in:
Jaime van Kessel 2018-09-05 14:26:11 +02:00
parent 534e60d8e1
commit 57a7c3bcd2

View file

@ -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")