fix(SeedPhraseInputView): sug list was clipped at bottom row
Closes #6608
This commit is contained in:
parent
23e3702b47
commit
ffc053e0aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue