mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
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:
parent
41c94fd247
commit
a6c244f969
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue