From 151bf1f8de6cf240327ae700d1ebf7a774b7b39b Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 11 Jul 2016 17:25:59 +0200 Subject: [PATCH] Make style of sections on the Materials page match sections on the profiles page CURA-342 --- resources/qml/Preferences/MaterialsPage.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/qml/Preferences/MaterialsPage.qml b/resources/qml/Preferences/MaterialsPage.qml index bacb4f73bb..55f29fad4f 100644 --- a/resources/qml/Preferences/MaterialsPage.qml +++ b/resources/qml/Preferences/MaterialsPage.qml @@ -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