1
0

add rate conversion to receive tab

This commit is contained in:
ThomasV
2015-03-14 19:47:57 +01:00
parent 66de592343
commit 38e4eeef95
2 changed files with 30 additions and 20 deletions

View File

@@ -732,7 +732,7 @@ class ElectrumWindow(QMainWindow):
def create_receive_tab(self):
w = QWidget()
grid = QGridLayout(w)
self.receive_grid = grid = QGridLayout(w)
grid.setColumnMinimumWidth(3, 300)
self.receive_address_e = QLineEdit()