aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-06-06 17:29:21 +0300
committerlink2xt <link2xt@testrun.org>2021-06-06 17:29:21 +0300
commit239a7327c3a12d782daf78462057fab59f0b85fd (patch)
tree54582bb1b74fed7563f5a1e67afce9c042737845
parent4c05ea65bc643c4fff092b98afa769fa5fb07dbb (diff)
downloadkdeltachat-239a7327c3a12d782daf78462057fab59f0b85fd.tar.gz
kdeltachat-239a7327c3a12d782daf78462057fab59f0b85fd.zip
Add margin to the left of the message bubbles
-rw-r--r--qml/Message.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index cd574c1..c3f5b62 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -35,6 +35,7 @@ RowLayout {
}
Rectangle {
+ Layout.leftMargin: Kirigami.Units.largeSpacing
Layout.preferredWidth: messageContents.width
Layout.preferredHeight: messageContents.height
color: Kirigami.Theme.backgroundColor