Fix padding in redactions
This commit is contained in:
parent
ddcd4850f1
commit
297c819bf0
@ -19,7 +19,7 @@ Rectangle{
|
||||
RowLayout {
|
||||
id: redactedLayout
|
||||
anchors.centerIn: parent
|
||||
width: parent.width
|
||||
width: parent.width - 2 * Nheko.paddingMedium
|
||||
spacing: Nheko.paddingSmall
|
||||
|
||||
Image {
|
||||
|
Loading…
Reference in New Issue
Block a user