fix(Settings): Spacing updated according to the design
This commit is contained in:
parent
5a5ade5ccd
commit
c38e0701d5
|
@ -116,6 +116,8 @@ StatusSectionLayout {
|
|||
Layout.leftMargin: Style.current.padding
|
||||
Layout.rightMargin: Style.current.padding
|
||||
model: root.settingsMenuModel
|
||||
spacing: 8
|
||||
|
||||
delegate: StatusNavigationListItem {
|
||||
objectName: "CommunitySettingsView_NavigationListItem_" + modelData.name
|
||||
width: listView.width
|
||||
|
|
|
@ -8,7 +8,7 @@ import utils 1.0
|
|||
|
||||
Column {
|
||||
id: root
|
||||
spacing: 4
|
||||
spacing: 8
|
||||
|
||||
property var privacyStore
|
||||
property var contactsStore
|
||||
|
@ -110,4 +110,4 @@ Column {
|
|||
onClicked: root.menuItemClicked(model)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue