add stretch

This commit is contained in:
ThomasV 2015-04-22 11:03:28 +02:00
parent 83851bfa85
commit 362cbd06a7

View file

@ -958,6 +958,7 @@ class ElectrumWindow(QMainWindow):
vbox0 = QVBoxLayout() vbox0 = QVBoxLayout()
vbox0.addLayout(grid) vbox0.addLayout(grid)
vbox0.addLayout(buttons) vbox0.addLayout(buttons)
vbox0.addStretch(1)
hbox = QHBoxLayout() hbox = QHBoxLayout()
hbox.addLayout(vbox0) hbox.addLayout(vbox0)
hbox.addStretch(1) hbox.addStretch(1)