fix: fix settings menu overflowing
This commit is contained in:
parent
aeded149db
commit
d3dbab11d2
|
@ -29,6 +29,7 @@ Item {
|
|||
anchors.top: title.bottom
|
||||
anchors.topMargin: Style.current.bigPadding
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Style.current.padding
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ ScrollView {
|
|||
}
|
||||
|
||||
id: profileMenu
|
||||
clip: true
|
||||
|
||||
Column {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in New Issue