Fix padding in redactions

This commit is contained in:
Nicolas Werner 2022-02-14 15:57:08 +01:00
parent ddcd4850f1
commit 297c819bf0
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Rectangle{
RowLayout {
id: redactedLayout
anchors.centerIn: parent
width: parent.width
width: parent.width - 2 * Nheko.paddingMedium
spacing: Nheko.paddingSmall
Image {