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 {
|
Column {
|
||||||
id: messageColumn
|
id: messageColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
property int contentWidth: Math.max(Math.max(messageLabel.implicitWidth, attachmentGrid.implicitWidth), dateLabel.implicitWidth)
|
property int contentWidth: Math.max(Math.max(messageLabel.implicitWidth, attachmentGrid.implicitWidth), dateLabel.implicitWidth)
|
||||||
Label {
|
Label {
|
||||||
|
|
Loading…
Reference in a new issue