fix(CommunitySettingsView): Fix community settings after removing old legacy popup ref

This commit is contained in:
Boris Melnik 2023-05-05 14:11:59 +03:00
parent 6779e15b28
commit 6464366c7d
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@ StatusSectionLayout {
ColumnLayout {
anchors {
top: parent.top
bottom: footer.top
bottom: backToCommunityButton.top
bottomMargin: 12
topMargin: Style.current.smallPadding
horizontalCenter: parent.horizontalCenter
@ -133,6 +133,7 @@ StatusSectionLayout {
}
StatusBaseText {
id: backToCommunityButton
objectName: "communitySettingsBackToCommunityButton"
anchors {
bottom: parent.bottom