Fix crash on mac about infinite loop in devices

This commit is contained in:
Julien Wadel 2021-09-06 15:22:23 +02:00
parent 509c813135
commit 3c267e25bf

View file

@ -57,6 +57,8 @@ DialogPlus {
id: item
Layout.fillWidth: true
Layout.preferredHeight: 50
Layout.minimumHeight: 50// Fix layout to avoid infinite update loop between ListView and RowLayout
Layout.maximumHeight: 50
Avatar{
id:avatar
Layout.preferredHeight: 32