From 239a7327c3a12d782daf78462057fab59f0b85fd Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 6 Jun 2021 17:29:21 +0300 Subject: Add margin to the left of the message bubbles --- qml/Message.qml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf