fix(Communities): ensure community profile doesn't bleed into modal header

Closes #3397
This commit is contained in:
Pascal Precht 2021-09-07 16:13:42 +02:00 committed by Iuri Matias
parent 4295c92deb
commit 8015235eea
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ StatusModal {
contentItem: StackView {
id: stack
initialItem: profileOverview
anchors.centerIn: parent
width: popup.width
implicitHeight: currentItem.implicitHeight || currentItem.height

View File

@ -41,7 +41,6 @@ Column {
}
StatusModalDivider {
topPadding: 8
bottomPadding: 8
}