From ffc053e0aae199d48d2f89a136210aa9c9341e93 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Tue, 2 Aug 2022 12:29:47 +0300 Subject: [PATCH] fix(SeedPhraseInputView): sug list was clipped at bottom row Closes #6608 --- ui/app/AppLayouts/Onboarding/views/SeedPhraseInputView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Onboarding/views/SeedPhraseInputView.qml b/ui/app/AppLayouts/Onboarding/views/SeedPhraseInputView.qml index e73867e027..13a295c810 100644 --- a/ui/app/AppLayouts/Onboarding/views/SeedPhraseInputView.qml +++ b/ui/app/AppLayouts/Onboarding/views/SeedPhraseInputView.qml @@ -120,6 +120,7 @@ Item { "3", "7", "11", "15", "19", "23", "4", "8", "12", "16", "20", "24"] ] height: 312 + clip: false anchors.left: parent.left anchors.leftMargin: 12 anchors.top: switchTabBar.bottom