Fix height binding loop in the account details popup

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-06-30 13:09:29 +02:00
parent eb2fe5b139
commit 061e889371

View File

@ -18,7 +18,7 @@ Column
{ {
id: accountInfo id: accountInfo
width: childrenRect.width width: childrenRect.width
height: childrenRect.height height: accountSyncDetailsColumn.height
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.leftMargin: UM.Theme.getSize("default_margin").width
AvatarImage AvatarImage
@ -56,6 +56,7 @@ Column
Column Column
{ {
id: accountSyncDetailsColumn
anchors.left: avatar.right anchors.left: avatar.right
anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.leftMargin: UM.Theme.getSize("default_margin").width
spacing: UM.Theme.getSize("narrow_margin").height spacing: UM.Theme.getSize("narrow_margin").height