mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:55:59 +08: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
@ -51,7 +51,13 @@ UM.ManagementPage
|
|||||||
detailsVisible: true
|
detailsVisible: true
|
||||||
|
|
||||||
section.property: "section"
|
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: [
|
buttons: [
|
||||||
Button
|
Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user