1
0

exchange rate plugin: bi-directional conversion

This commit is contained in:
ThomasV
2014-06-11 18:10:21 +02:00
parent efa35d9ec2
commit cff3d6ce31
2 changed files with 23 additions and 10 deletions

View File

@@ -641,7 +641,7 @@ class ElectrumWindow(QMainWindow):
def create_send_tab(self):
w = QWidget()
grid = QGridLayout(w)
self.send_grid = grid = QGridLayout(w)
grid.setSpacing(8)
grid.setColumnMinimumWidth(3,300)
grid.setColumnStretch(5,1)
@@ -694,8 +694,6 @@ class ElectrumWindow(QMainWindow):
+ _('The amount of fee can be decided freely by the sender. However, transactions with low fees take more time to be processed.') + '\n\n'\
+ _('A suggested fee is automatically added to this field. You may override it. The suggested fee increases with the size of the transaction.')), 5, 3)
run_hook('exchange_rate_button', grid)
self.send_button = EnterButton(_("Send"), self.do_send)
grid.addWidget(self.send_button, 6, 1)