smsapp/qml: Remove explicit column height binding

This was causing a binding loop error
This commit is contained in:
Mike Noe 2024-03-11 21:22:55 -04:00 committed by Albert Vaca Cintora
parent 08723d5503
commit 09d5774f98

View file

@ -89,7 +89,6 @@ Item {
Column {
id: messageColumn
width: parent.width
height: childrenRect.height
property int contentWidth: Math.max(Math.max(messageLabel.implicitWidth, attachmentGrid.implicitWidth), dateLabel.implicitWidth)
Label {