tremove redundant label - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 728ef1f76cd4b6ac03493401376039915e2d509a DIR parent 7b87a7f7072851fd467df875f4ea067ee9607aa3 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 30 Oct 2015 14:44:36 +0100 remove redundant label Diffstat: M gui/kivy/uix/ui_screens/amount.kv | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/kivy/uix/ui_screens/amount.kv b/gui/kivy/uix/ui_screens/amount.kv t@@ -16,8 +16,6 @@ Popup: size_hint: 1, None height: '48dp' Label: - text: 'Amount' - Label: id: a amount: '' text: self.amount + ' ' + app.base_unit if self.amount else ''