mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Fix height binding loop in the account details popup
CURA-8202
This commit is contained in:
parent
eb2fe5b139
commit
061e889371
@ -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…
x
Reference in New Issue
Block a user