mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
break height binding loop
This commit is contained in:
parent
15badebc77
commit
3c9ddc2afb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RowLayout {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
height: contentItem.height
|
||||
implicitHeight: contentItem.childrenRect.height
|
||||
|
||||
MessageDelegate {
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in a new issue