@ -637,11 +637,11 @@ class ElectrumWindow(QMainWindow):
defcreate_send_tab(self):
w=QWidget()
grid=QGridLayout()
grid=QGridLayout(w)
grid.setSpacing(8)
grid.setColumnMinimumWidth(3,300)
grid.setColumnStretch(5,1)
grid.setRowStretch(8,1)
self.payto_e=QLineEdit()
self.payto_help=HelpButton(_('Recipient of the funds.')+'\n\n'+_('You may enter a Bitcoin address, a label from your list of contacts (a list of completions will be proposed), or an alias (email-like address that forwards to a Bitcoin address)'))
@ -692,7 +692,7 @@ class ElectrumWindow(QMainWindow):