diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml index 8eb8c57edb..03e7d0c8a7 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml @@ -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 } } \ No newline at end of file