fix(Settings): Fix wallet scroll sizes

Closes: #5513
This commit is contained in:
Boris Melnik 2022-04-13 13:10:51 +03:00
parent 33d2e5a961
commit 3b43c44989
1 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,8 @@ Item {
ScrollView {
anchors.top: banner.visible ? banner.bottom: parent.top
clip: true
anchors.bottom: parent.bottom
clip: true
StackLayout {
id: stackContainer
@ -95,4 +96,4 @@ Item {
}
}
}
}
}