Remove bad height assignment to dynamic layout

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-30 14:51:45 +01:00
parent e8ba3695b3
commit 0514c62b3e

View file

@ -77,7 +77,7 @@ Item
{
id: settingColumn
width: parent.width
height: childrenRect.height
spacing: 0
anchors.left: parent.left
anchors.right: parent.right
anchors.top: sectionHeader.bottom