From 297c819bf081bf047d2b926d5b5ded426d6d9476 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 14 Feb 2022 15:57:08 +0100 Subject: [PATCH] Fix padding in redactions --- resources/qml/delegates/Redacted.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {