mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Decreased the spacing between printJob tiles in the queueuueueu
CL-896
This commit is contained in:
parent
5605ff3b46
commit
86f872ae70
2 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ Component
|
|||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
|
||||
ScrollView
|
||||
{
|
||||
anchors
|
||||
|
|
|
@ -72,7 +72,7 @@ Component
|
|||
{
|
||||
anchors.fill: parent
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue