Remove column with single child

Just rendering the single child produces the same result

CURA-9424
This commit is contained in:
c.lamboo 2022-11-09 16:04:39 +01:00
parent 95e0021cce
commit 8ee5bc2bd4

View file

@ -70,13 +70,9 @@ UM.Dialog
Column
{
id: contentColumn
width: parent.width - scrollbar.width
width: parent.width - scrollbar.width - UM.Theme.getSize("default_margin").width
height: childrenRect.height
Column
{
width: parent.width - UM.Theme.getSize("default_margin").width
height: childrenRect.height
spacing: UM.Theme.getSize("default_margin").height
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
@ -308,7 +304,6 @@ UM.Dialog
}
}
}
}
property bool warning: manager.missingPackages.length > 0