add stretch to raw tx tab too

This commit is contained in:
thomasv 2013-02-28 11:33:54 +01:00
parent 8a7343b61b
commit 070a7e8b6e

View file

@ -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)