CURA-4870 Add spacing to the list of configurations

This commit is contained in:
Diego Prado Gesto 2018-03-06 10:42:24 +01:00
parent 13e18c9d54
commit d11d850f7c

View file

@ -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