tadd stretch - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 362cbd06a7e1f5d73ab7828b07de4565cac1fc7d
DIR parent 83851bfa85ca837a60327939a23142023d7487e4
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 22 Apr 2015 11:03:28 +0200
add stretch
Diffstat:
M gui/qt/main_window.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -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)