fixes
This commit is contained in:
@@ -918,10 +918,9 @@ class ElectrumGui():
|
||||
s = Timer()
|
||||
s.start()
|
||||
w = QDialog()
|
||||
w.resize(100, 50)
|
||||
w.move(300, 300)
|
||||
w.resize(200, 70)
|
||||
w.setWindowTitle('Electrum')
|
||||
l = QLabel('...')
|
||||
l = QLabel('')
|
||||
vbox = QVBoxLayout()
|
||||
vbox.addWidget(l)
|
||||
w.setLayout(vbox)
|
||||
|
||||
Reference in New Issue
Block a user