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 { ColumnLayout {
anchors.fill: parent anchors.fill: parent
MessagePane { MessageList {
Layout.row: 0 Layout.fillHeight: true
Layout.column: 0 Layout.fillWidth: true
name: qsTr("Conversation") model: accountBridge.conversation
messageModel: accountBridge.conversation
} }
} }
} }