1
0

remove ununsed classes, use popup to show tx details

This commit is contained in:
ThomasV
2015-10-17 06:11:23 +02:00
parent 399cf62517
commit 46249f74d3
4 changed files with 6 additions and 174 deletions

View File

@@ -717,6 +717,10 @@ class ElectrumWindow(App):
pos = (win.center[0], win.center[1] - (info_bubble.height/2))
info_bubble.show(pos, duration, width, modal=modal, exit=exit)
def tx_dialog(self, tx_hash):
popup = Builder.load_file('gui/kivy/uix/ui_screens/transaction.kv')
popup.tx_hash = tx_hash
popup.open()
def amount_dialog(self, label, callback):
popup = Builder.load_file('gui/kivy/uix/ui_screens/amount.kv')