mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue