mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Fix height binding loop in the account details popup
CURA-8202
This commit is contained in:
parent
eb2fe5b139
commit
061e889371
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue