mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Changes by c.lamboo
This commit is contained in:
parent
eb13ac7f6b
commit
ba958e1186
1 changed files with 3 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue