Decreased the spacing between printJob tiles in the queueuueueu

CL-896
This commit is contained in:
Jaime van Kessel 2018-08-24 14:12:49 +02:00
parent 5605ff3b46
commit 86f872ae70
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,6 @@ Component
elide: Text.ElideRight elide: Text.ElideRight
} }
ScrollView ScrollView
{ {
anchors anchors

View file

@ -72,7 +72,7 @@ Component
{ {
anchors.fill: parent anchors.fill: parent
anchors.margins: UM.Theme.getSize("default_margin").height anchors.margins: UM.Theme.getSize("default_margin").height
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height - 10 // 2x the shadow radius
model: OutputDevice.queuedPrintJobs model: OutputDevice.queuedPrintJobs