fix(@desktop/settings) align settings header and menu

Fixes #6773
This commit is contained in:
PavelS 2022-08-09 12:31:57 +03:00 committed by PavelS
parent 2f7e6998bf
commit 76cd0f9949
1 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@ Item {
text: qsTr("Settings")
anchors.top: parent.top
anchors.topMargin: Style.current.padding
anchors.horizontalCenter: parent.horizontalCenter
anchors.left: parent.left
anchors.leftMargin: Style.current.bigPadding
}
StatusScrollView {
@ -31,9 +32,9 @@ Item {
anchors.right: parent.right
anchors.rightMargin: Style.current.smallPadding
anchors.left: parent.left
anchors.leftMargin: Style.current.smallPadding
anchors.leftMargin: 0
anchors.top: title.bottom
anchors.topMargin: Style.current.padding
anchors.topMargin: Style.current.halfPadding
anchors.bottom: parent.bottom
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff