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 431c92f..834f58d 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -112,6 +112,7 @@ Kirigami.ScrollablePage {
context: chatPage.context
chatId: chatPage.chatId
+ Layout.fillWidth: true
visible: chatPage.chat && chatPage.chat.canSend
}
}