Add a horizontal line between sections of recommended set-up

This delimits the selecting of the profile from the few basic settings.

Contributes to issue CURA-8849.
This commit is contained in:
Ghostkeeper 2022-06-14 16:07:05 +02:00
parent 83ea5c2944
commit 6b6f41bfe9
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -46,6 +46,15 @@ Item
width: parent.width
}
//Line between the sections.
Rectangle
{
width: parent.width
height: UM.Theme.getSize("default_lining").height
color: UM.Theme.getColor("lining")
}
UM.Label
{
text: catalog.i18nc("@label", "Print settings")