mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
fix
This commit is contained in:
parent
76cbafe754
commit
4bf019e9a6
1 changed files with 1 additions and 1 deletions
|
@ -1943,7 +1943,7 @@ class ElectrumWindow(QMainWindow):
|
|||
mpk_text = ShowQRTextEdit(text=mpk)
|
||||
mpk_text.setMaximumHeight(170)
|
||||
mpk_text.selectAll() # for easy copying
|
||||
vbox.addWidget(mpk_text, 2, 0)
|
||||
vbox.addWidget(mpk_text)
|
||||
|
||||
vbox.addLayout(close_button(dialog))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue