mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
minor fixes
This commit is contained in:
parent
a4335cb25d
commit
dcedb2d74f
2 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,8 @@ def make_password_dialog(self, wallet, msg):
|
|||
|
||||
grid = QGridLayout()
|
||||
grid.setSpacing(8)
|
||||
grid.setColumnMinimumWidth(0,300)
|
||||
grid.setColumnStretch(1,1)
|
||||
|
||||
if wallet.use_encryption:
|
||||
grid.addWidget(QLabel(_('Password')), 1, 0)
|
||||
|
|
|
@ -49,6 +49,7 @@ class Network(threading.Thread):
|
|||
self.callbacks = {}
|
||||
self.servers = []
|
||||
self.banner = ''
|
||||
self.interface = None
|
||||
|
||||
|
||||
def register_callback(self, event, callback):
|
||||
|
|
Loading…
Add table
Reference in a new issue