mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:59:04 +08:00
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:
parent
83ea5c2944
commit
6b6f41bfe9
@ -46,6 +46,15 @@ Item
|
|||||||
width: parent.width
|
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
|
UM.Label
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@label", "Print settings")
|
text: catalog.i18nc("@label", "Print settings")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user