diff options
author | link2xt <link2xt@testrun.org> | 2021-03-22 00:22:43 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-22 00:22:57 +0300 |
commit | 960cac418446a774b567bc19d4d75e172f62e866 (patch) | |
tree | 5aa10085ca10c5d327c3e34c9500214d01c09e6c /qml/ChatPage.qml | |
parent | 823274fb2f319010669a0fecccabdce1548ff5d3 (diff) | |
download | kdeltachat-960cac418446a774b567bc19d4d75e172f62e866.tar.gz kdeltachat-960cac418446a774b567bc19d4d75e172f62e866.zip |
Move fillWidth from ComposePane to it's instance at ChatPage
ComposePane is not necessarily placed into Layout.
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r-- | qml/ChatPage.qml | 1 |
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 } } |