Use a MessageList without the Pane for the ConversationPopup

This commit is contained in:
Christian Muehlhaeuser 2019-05-05 19:10:12 +02:00
parent 359b5b9c7a
commit 8aa10eca17
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -14,12 +14,11 @@ Popup {
ColumnLayout {
anchors.fill: parent
MessagePane {
Layout.row: 0
Layout.column: 0
MessageList {
Layout.fillHeight: true
Layout.fillWidth: true
name: qsTr("Conversation")
messageModel: accountBridge.conversation
model: accountBridge.conversation
}
}
}