mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:45:57 +08:00
Decreased the spacing between printJob tiles in the queueuueueu
CL-896
This commit is contained in:
parent
5605ff3b46
commit
86f872ae70
@ -44,7 +44,6 @@ Component
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ScrollView
|
ScrollView
|
||||||
{
|
{
|
||||||
anchors
|
anchors
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user