aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r--qml/ChatPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index dfa5a4c..3099488 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -105,6 +105,7 @@ Kirigami.ScrollablePage {
delegate: Message {
message: chatPage.context.getMessage(msgId)
context: chatPage.context
+ width: ListView.view.width
}
}