mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-11 21:19:51 +00:00
add stretch to raw tx tab too
This commit is contained in:
parent
8a7343b61b
commit
070a7e8b6e
1 changed files with 1 additions and 0 deletions
|
@ -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 file"), self.do_send_from_file),2,1)
|
||||||
grid_raw.addWidget(EnterButton(_("From text"), self.do_send_from_text),2,2)
|
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.addWidget(HelpButton(_("This will broadcast a transaction to the network.")),2,3)
|
||||||
|
grid_raw.setRowStretch(3,1)
|
||||||
|
|
||||||
vbox.addLayout(ok_cancel_buttons(d))
|
vbox.addLayout(ok_cancel_buttons(d))
|
||||||
d.setLayout(vbox)
|
d.setLayout(vbox)
|
||||||
|
|
Loading…
Add table
Reference in a new issue