1
0
This commit is contained in:
ThomasV
2012-03-30 18:55:19 +02:00
parent 836babcb35
commit 75fa308a0c
2 changed files with 15 additions and 7 deletions

View File

@@ -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)