kivy: rm address_dialog

This commit is contained in:
ThomasV 2016-02-19 12:01:02 +01:00
parent 1e1baa12a9
commit cdbc564fb3
2 changed files with 1 additions and 3 deletions

View File

@ -701,9 +701,6 @@ class ElectrumWindow(App):
else:
self.show_info(_('Cannot broadcast transaction') + '\n' + _('Not connected'))
def address_dialog(self, screen):
pass
def description_dialog(self, screen):
from uix.dialogs.label_dialog import LabelDialog
text = screen.message

View File

@ -70,6 +70,7 @@ ReceiveScreen:
id: address_label
text: s.address if s.address else _('Bitcoin Address')
shorten: True
disabled: True
CardSeparator:
opacity: message_selection.opacity
color: blue_bottom.foreground_color