electrum

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

commit 070a7e8b6e2d92d24376cc9f2a2581a0fc609793
parent 8a7343b61b9a0318290f71c2d775bd6e4ef0849e
Author: thomasv <thomasv@gitorious>
Date:   Thu, 28 Feb 2013 11:33:54 +0100

add stretch to raw tx tab too

Diffstat:
Mlib/gui_qt.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/gui_qt.py b/lib/gui_qt.py @@ -2176,6 +2176,7 @@ class ElectrumWindow(QMainWindow): grid_raw.addWidget(EnterButton(_("From file"), self.do_send_from_file),2,1) grid_raw.addWidget(EnterButton(_("From text"), self.do_send_from_text),2,2) grid_raw.addWidget(HelpButton(_("This will broadcast a transaction to the network.")),2,3) + grid_raw.setRowStretch(3,1) vbox.addLayout(ok_cancel_buttons(d)) d.setLayout(vbox)