Navbar: cleanup layout

This commit is contained in:
xiphon
2021-01-15 01:19:07 +00:00
parent 3ca5f10fa8
commit 5848aee1c3
2 changed files with 9 additions and 16 deletions

View File

@@ -48,7 +48,11 @@ ColumnLayout {
property int settingsHeight: 900
property alias settingsStateViewState: settingsStateView.state
Navbar{}
Navbar {
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: height
Layout.bottomMargin: height
}
Rectangle{
id: settingsStateView