mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
set focus policy of receive_address_e
This commit is contained in:
parent
a3ed4ce2a7
commit
7148e1a287
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ class ElectrumWindow(QMainWindow):
|
|||
self.receive_address_e.setReadOnly(True)
|
||||
self.receive_address_label = QLabel(_('Receiving address'))
|
||||
self.receive_address_e.textChanged.connect(self.update_receive_qr)
|
||||
self.receive_address_e.setFocusPolicy(Qt.NoFocus)
|
||||
grid.addWidget(self.receive_address_label, 0, 0)
|
||||
grid.addWidget(self.receive_address_e, 0, 1, 1, 4)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue