mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
CURA-4870 Add spacing to the list of configurations
This commit is contained in:
parent
13e18c9d54
commit
d11d850f7c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue