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

View File

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