aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-06-06 17:28:59 +0300
committerlink2xt <link2xt@testrun.org>2021-06-06 17:28:59 +0300
commit0b7723991eb555f08b1910cbbb7834585dff7fa4 (patch)
tree34e19f0fdc4c47c659ee2f800ebfbdf16eaa49c2
parent318ae67c17f3e64532bad23c2a61a93446db553d (diff)
downloadkdeltachat-0b7723991eb555f08b1910cbbb7834585dff7fa4.tar.gz
kdeltachat-0b7723991eb555f08b1910cbbb7834585dff7fa4.zip
Use Kirigami.Units.largeSpacing for spacing between messages
-rw-r--r--qml/ChatPage.qml2
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