mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38: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.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
height: contentItem.height
|
implicitHeight: contentItem.childrenRect.height
|
||||||
|
|
||||||
MessageDelegate {
|
MessageDelegate {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Reference in a new issue