tkivy: add tooltip to recipient field - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d7344edd6b80b101e06f12fca79711ef52a04585 DIR parent 12dfccb3ab199c59d767f729f332c24f0ba1dde9 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 27 May 2016 11:55:23 +0200 kivy: add tooltip to recipient field Diffstat: M gui/kivy/uix/ui_screens/send.kv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/ui_screens/send.kv b/gui/kivy/uix/ui_screens/send.kv t@@ -32,8 +32,8 @@ SendScreen: BlueButton: id: payto_e text: s.address if s.address else _('Recipient') - disabled: True shorten: True + on_release: Clock.schedule_once(lambda dt: app.show_info(_('Copy and paste the recipient address using the Paste button, or use the camera to scan a QR code.'))) CardSeparator: opacity: int(not root.is_pr) color: blue_bottom.foreground_color