Browse Source

add stretch to raw tx tab too

283
thomasv 12 years ago
parent
commit
070a7e8b6e
  1. 1
      lib/gui_qt.py

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

Loading…
Cancel
Save