fix: fix settings menu overflowing

This commit is contained in:
Jonathan Rainville 2021-03-25 14:12:33 -04:00 committed by Iuri Matias
parent aeded149db
commit d3dbab11d2
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Item {
anchors.top: title.bottom
anchors.topMargin: Style.current.bigPadding
anchors.bottom: parent.bottom
anchors.bottomMargin: Style.current.padding
}
}

View File

@ -15,6 +15,7 @@ ScrollView {
}
id: profileMenu
clip: true
Column {
anchors.fill: parent