diff options
author | link2xt <link2xt@testrun.org> | 2021-06-06 17:28:59 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-06-06 17:28:59 +0300 |
commit | 0b7723991eb555f08b1910cbbb7834585dff7fa4 (patch) | |
tree | 34e19f0fdc4c47c659ee2f800ebfbdf16eaa49c2 /qml/ChatPage.qml | |
parent | 318ae67c17f3e64532bad23c2a61a93446db553d (diff) | |
download | kdeltachat-0b7723991eb555f08b1910cbbb7834585dff7fa4.tar.gz kdeltachat-0b7723991eb555f08b1910cbbb7834585dff7fa4.zip |
Use Kirigami.Units.largeSpacing for spacing between messages
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r-- | qml/ChatPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml index 834f58d..f8c776e 100644 --- a/qml/ChatPage.qml +++ b/qml/ChatPage.qml @@ -87,7 +87,7 @@ Kirigami.ScrollablePage { id: messageListView anchors.fill: parent - spacing: 10 + spacing: Kirigami.Units.largeSpacing model: messagelistModel |