fix(Community): big space in invite friends popup

Closes #7707
This commit is contained in:
Alexandra Betouni 2022-10-03 15:47:24 +03:00 committed by Alexandra Betouni
parent 2b8ee35e91
commit 3e3ad7fef5
1 changed files with 4 additions and 1 deletions

View File

@ -72,11 +72,14 @@ ColumnLayout {
root.pubKeys = pubKeysCopy
}
Layout.fillWidth: true
Layout.fillHeight: true
Layout.leftMargin: Style.current.halfPadding
Layout.rightMargin: Style.current.halfPadding
}
Item {
Layout.fillHeight: true
}
StatusModalDivider {
Layout.fillWidth: true
}