mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix padding in redactions
This commit is contained in:
parent
ddcd4850f1
commit
297c819bf0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue