Use default lining style as separator for buildplate

Normal colour, normal thickness.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-07 14:31:06 +01:00
parent 43a06fdc3d
commit 8e2c130416
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -72,8 +72,8 @@ Button
right: parent.right
rightMargin: parent.padding
}
height: visible ? Math.round(UM.Theme.getSize("thick_lining").height / 2) : 0
color: UM.Theme.getColor("text")
height: visible ? Math.round(UM.Theme.getSize("default_lining").height / 2) : 0
color: UM.Theme.getColor("lining")
}
Item