Make style of sections on the Materials page match sections on the profiles page

CURA-342
This commit is contained in:
fieldOfView 2016-07-11 17:25:59 +02:00
parent 946aac5e32
commit 151bf1f8de

View file

@ -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