mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
CURA-4870 Add spacing to the list of configurations
This commit is contained in:
parent
13e18c9d54
commit
d11d850f7c
@ -57,6 +57,7 @@ Column
|
|||||||
id: configurationList
|
id: configurationList
|
||||||
anchors.top: printerTypeHeader.bottom
|
anchors.top: printerTypeHeader.bottom
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
|
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
||||||
width: container.width
|
width: container.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
model: outputDevice.uniqueConfigurations
|
model: outputDevice.uniqueConfigurations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user