mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(CommunitySettingsView): Fix community settings after removing old legacy popup ref
This commit is contained in:
parent
6779e15b28
commit
6464366c7d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user