tadd stretch to raw tx tab too - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 070a7e8b6e2d92d24376cc9f2a2581a0fc609793
 (DIR) parent 8a7343b61b9a0318290f71c2d775bd6e4ef0849e
 (HTM) Author: thomasv <thomasv@gitorious>
       Date:   Thu, 28 Feb 2013 11:33:54 +0100
       
       add stretch to raw tx tab too
       
       Diffstat:
         M lib/gui_qt.py                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -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)