mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Make style of sections on the Materials page match sections on the profiles page
CURA-342
This commit is contained in:
parent
946aac5e32
commit
151bf1f8de
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@ UM.ManagementPage
|
|||
detailsVisible: true
|
||||
|
||||
section.property: "section"
|
||||
section.delegate: Label { text: section }
|
||||
section.delegate: Label
|
||||
{
|
||||
text: section
|
||||
font.bold: true
|
||||
anchors.left: parent.left;
|
||||
anchors.leftMargin: UM.Theme.getSize("default_lining").width;
|
||||
}
|
||||
|
||||
buttons: [
|
||||
Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue