mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08: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
@ -72,8 +72,8 @@ Button
|
|||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: parent.padding
|
rightMargin: parent.padding
|
||||||
}
|
}
|
||||||
height: visible ? Math.round(UM.Theme.getSize("thick_lining").height / 2) : 0
|
height: visible ? Math.round(UM.Theme.getSize("default_lining").height / 2) : 0
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("lining")
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user