mirror of
https://github.com/muesli/telephant
synced 2024-11-23 03:43:10 +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 {
|
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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue