mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Changes by c.lamboo
This commit is contained in:
parent
eb13ac7f6b
commit
ba958e1186
@ -12,7 +12,6 @@ Item
|
|||||||
{
|
{
|
||||||
property alias title: sectionTitle.text
|
property alias title: sectionTitle.text
|
||||||
property alias icon: sectionTitle.source
|
property alias icon: sectionTitle.source
|
||||||
property Component content: Item { visible: false }
|
|
||||||
|
|
||||||
property alias enableSectionVisible: enableSectionSwitch.visible
|
property alias enableSectionVisible: enableSectionSwitch.visible
|
||||||
property alias enableSectionChecked: enableSectionSwitch.checked
|
property alias enableSectionChecked: enableSectionSwitch.checked
|
||||||
@ -71,14 +70,13 @@ Item
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader
|
Column
|
||||||
{
|
{
|
||||||
id: contentLoader
|
id: settingColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.top: sectionHeader.bottom
|
||||||
sourceComponent: content
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user