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