Use setting separator margin between material colour and name

It's a bit smaller. Looks like it belongs together now.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-03 15:06:21 +01:00
parent 41c94fd247
commit a6c244f969
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -130,7 +130,7 @@ Column
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
anchors.left: materialColor.right
anchors.leftMargin: UM.Theme.getSize("default_margin").width
anchors.leftMargin: UM.Theme.getSize("setting_unit_margin").width
anchors.bottom: parent.bottom
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
}