Increase margins around configuration item

As per the design.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 14:47:18 +01:00
parent 956741922d
commit 0a71a9dd3e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -27,7 +27,7 @@ Button
{
id: contentColumn
width: parent.width
padding: UM.Theme.getSize("default_margin").width
padding: UM.Theme.getSize("wide_margin").width
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
Row