From 070a7e8b6e2d92d24376cc9f2a2581a0fc609793 Mon Sep 17 00:00:00 2001 From: thomasv Date: Thu, 28 Feb 2013 11:33:54 +0100 Subject: [PATCH] add stretch to raw tx tab too --- lib/gui_qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index d6a419ad0..e91b7dc59 100644 --- 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)