CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-28 16:39:23 +01:00
parent 5d5915e49e
commit d9a2a3f5b7

View File

@ -52,10 +52,10 @@ RecommendedSettingSection
storeIndex: 0 storeIndex: 0
} }
//Replace this with the Extruder selector
contents: [ contents: [
RecommendedSettingItem RecommendedSettingItem
{ {
Layout.preferredHeight: childrenRect.height
settingName: catalog.i18nc("@action:label", "Print with") settingName: catalog.i18nc("@action:label", "Print with")
settingControl: Cura.ExtruderSelectorBar settingControl: Cura.ExtruderSelectorBar
{ {
@ -68,7 +68,6 @@ RecommendedSettingSection
} }
} }
Layout.preferredHeight: childrenRect.height
}, },
RecommendedSettingItem RecommendedSettingItem