electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 362cbd06a7e1f5d73ab7828b07de4565cac1fc7d
parent 83851bfa85ca837a60327939a23142023d7487e4
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 22 Apr 2015 11:03:28 +0200

add stretch

Diffstat:
Mgui/qt/main_window.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -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)