mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
seed_dialog: setTabChangesFocus
This commit is contained in:
parent
029f33a47c
commit
3ae48a1819
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ def enter_seed_box(is_restore, sid=None):
|
|||
|
||||
seed_e = QTextEdit()
|
||||
seed_e.setMaximumHeight(100)
|
||||
seed_e.setTabChangesFocus(True)
|
||||
|
||||
vbox.addWidget(label)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue