mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:28:59 +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 icon: sectionTitle.source
|
||||
property Component content: Item { visible: false }
|
||||
|
||||
property alias enableSectionVisible: enableSectionSwitch.visible
|
||||
property alias enableSectionChecked: enableSectionSwitch.checked
|
||||
@ -71,14 +70,13 @@ Item
|
||||
|
||||
}
|
||||
|
||||
Loader
|
||||
Column
|
||||
{
|
||||
id: contentLoader
|
||||
id: settingColumn
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
sourceComponent: content
|
||||
anchors.top: sectionHeader.bottom
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user