mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
fix(Community/Settings): Community overview/settings layout broken
Fixed top margin and content type. Removed right margin in central panel. Fixed #7666
This commit is contained in:
parent
670a8e280c
commit
92c62bdbdd
@ -60,13 +60,14 @@ StatusSectionLayout {
|
||||
centerPanelContentLoader.item.children[d.currentIndex].updateState();
|
||||
}
|
||||
|
||||
leftPanel: ColumnLayout {
|
||||
leftPanel: Item {
|
||||
anchors.fill: parent
|
||||
|
||||
ColumnLayout {
|
||||
anchors {
|
||||
top: parent.top
|
||||
bottom: footer.top
|
||||
topMargin: 16
|
||||
bottomMargin: 16
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
@ -145,7 +146,6 @@ StatusSectionLayout {
|
||||
//anchors.margins: 32
|
||||
anchors {
|
||||
leftMargin: 28
|
||||
rightMargin: 16
|
||||
bottomMargin: 16
|
||||
}
|
||||
active: root.community
|
||||
|
Loading…
x
Reference in New Issue
Block a user