diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-14 15:57:08 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-14 15:57:08 +0100 |
commit | 297c819bf081bf047d2b926d5b5ded426d6d9476 (patch) | |
tree | 1ce5a5a6ace40eb82310f3fd7d5ac7705c853236 /resources/qml/delegates/Redacted.qml | |
parent | Merge branch 'message-bubbles' of https://github.com/maltee1/nheko into malte... (diff) | |
download | nheko-297c819bf081bf047d2b926d5b5ded426d6d9476.tar.xz |
Fix padding in redactions
Diffstat (limited to '')
-rw-r--r-- | resources/qml/delegates/Redacted.qml | 2 |
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 { |