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:
parent
64d2c03e40
commit
2e2c54229b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue