Swap implicit width/height for preferredWidth/Height to avoid binding loop error

CURA-8688
This commit is contained in:
j.delarago 2022-03-02 11:34:03 +01:00
parent 50ac2eacc4
commit 30083c13d3

View File

@ -64,8 +64,8 @@ Window
// Page title.
Item
{
implicitWidth: parent.width
implicitHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
Layout.preferredWidth: parent.width
Layout.preferredHeight: childrenRect.height + UM.Theme.getSize("default_margin").height
Label
{