mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Use default lining style as separator for buildplate
Normal colour, normal thickness. Contributes to issue CURA-5876.
This commit is contained in:
parent
43a06fdc3d
commit
8e2c130416
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue