summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-05 21:53:21 +0100
committerMalte E <malte.e@mailbox.org>2022-02-05 21:53:21 +0100
commit9d194cc2e666cf8ff3141bac847f20423995d0ca (patch)
treee6dab4b1a785ec0587d0a6ba6f72adee1f095ae0 /resources/qml/delegates
parentplace metadata below message when the Layout is narrow (<350) (diff)
downloadnheko-9d194cc2e666cf8ff3141bac847f20423995d0ca.tar.xz
clean up margin setting
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Reply.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml
index 0d4ff041..cc7f8d8f 100644
--- a/resources/qml/delegates/Reply.qml
+++ b/resources/qml/delegates/Reply.qml
@@ -56,7 +56,7 @@ Item {
         id: replyContainer
 
         anchors.left: colorLine.right
-        width: parent.width - 8
+        width: parent.width - 4
         spacing: 0
 
         TapHandler {