smsapp/qml: Remove explicit column height binding
This was causing a binding loop error
This commit is contained in:
parent
08723d5503
commit
09d5774f98
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue