mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Use a MessageList without the Pane for the ConversationPopup
This commit is contained in:
parent
359b5b9c7a
commit
8aa10eca17
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue