diff options
author | Malte E <malte.e@mailbox.org> | 2022-02-05 21:53:21 +0100 |
---|---|---|
committer | Malte E <malte.e@mailbox.org> | 2022-02-05 21:53:21 +0100 |
commit | 9d194cc2e666cf8ff3141bac847f20423995d0ca (patch) | |
tree | e6dab4b1a785ec0587d0a6ba6f72adee1f095ae0 /resources/qml/delegates | |
parent | place metadata below message when the Layout is narrow (<350) (diff) | |
download | nheko-9d194cc2e666cf8ff3141bac847f20423995d0ca.tar.xz |
clean up margin setting
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r-- | resources/qml/delegates/Reply.qml | 2 |
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 { |