commit cdbc564fb3da70207256604999365a10415ebb04
parent 1e1baa12a96f0a80bc51c24bd46c7a6a460c20a3
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 19 Feb 2016 12:01:02 +0100
kivy: rm address_dialog
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py
@@ -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
diff --git a/gui/kivy/uix/ui_screens/receive.kv b/gui/kivy/uix/ui_screens/receive.kv
@@ -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