fix(@desktop/onboarding): All chat names are not displayed on the popup

There is no need to allow user to scroll here as all the 5 chat name options should be visible on the popup already.

fixes #3823
This commit is contained in:
Khushboo Mehta 2021-11-02 21:21:45 +01:00 committed by Iuri Matias
parent 64d2c03e40
commit 2e2c54229b
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ ListView {
anchors.fill: parent
focus: true
spacing: Style.current.smallPadding
clip: true
spacing: Style.current.halfPadding
delegate: AccountViewDelegate {
username: model.username