diff --git a/ui/app/AppLayouts/Onboarding/panels/AccountListPanel.qml b/ui/app/AppLayouts/Onboarding/panels/AccountListPanel.qml index 6ca6975af2..a73426584c 100644 --- a/ui/app/AppLayouts/Onboarding/panels/AccountListPanel.qml +++ b/ui/app/AppLayouts/Onboarding/panels/AccountListPanel.qml @@ -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