summary refs log tree commit diff
path: root/resources/qml/delegates/Redacted.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-14 15:57:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-14 15:57:08 +0100
commit297c819bf081bf047d2b926d5b5ded426d6d9476 (patch)
tree1ce5a5a6ace40eb82310f3fd7d5ac7705c853236 /resources/qml/delegates/Redacted.qml
parentMerge branch 'message-bubbles' of https://github.com/maltee1/nheko into malte... (diff)
downloadnheko-297c819bf081bf047d2b926d5b5ded426d6d9476.tar.xz
Fix padding in redactions
Diffstat (limited to '')
-rw-r--r--resources/qml/delegates/Redacted.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Redacted.qml b/resources/qml/delegates/Redacted.qml
index b3511cfc..8097fbf8 100644
--- a/resources/qml/delegates/Redacted.qml
+++ b/resources/qml/delegates/Redacted.qml
@@ -19,7 +19,7 @@ Rectangle{
     RowLayout {
         id: redactedLayout
         anchors.centerIn: parent
-        width: parent.width
+        width: parent.width - 2 * Nheko.paddingMedium
         spacing: Nheko.paddingSmall
 
         Image {