add stretch
This commit is contained in:
parent
83851bfa85
commit
362cbd06a7
@ -958,6 +958,7 @@ class ElectrumWindow(QMainWindow):
|
||||
vbox0 = QVBoxLayout()
|
||||
vbox0.addLayout(grid)
|
||||
vbox0.addLayout(buttons)
|
||||
vbox0.addStretch(1)
|
||||
hbox = QHBoxLayout()
|
||||
hbox.addLayout(vbox0)
|
||||
hbox.addStretch(1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user