tkivy: minor tweaks - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit eebc8ecc0fc30e5be6b0d02f27c65908cd08150c DIR parent b7c4492d3b12dbe740be82bd1afe22dbf22f4e4b HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 15 Feb 2016 05:00:14 +0100 kivy: minor tweaks Diffstat: M gui/kivy/main.kv | 9 ++------- M gui/kivy/uix/ui_screens/send.kv | 3 --- 2 files changed, 2 insertions(+), 10 deletions(-) --- DIR diff --git a/gui/kivy/main.kv b/gui/kivy/main.kv t@@ -101,6 +101,7 @@ padding: '12dp', 0 + <CardSeparator@Widget> size_hint: 1, None height: dp(1) t@@ -221,9 +222,6 @@ RequestsScreen: id: requests_screen tab: requests_tab - #ContactsScreen: - # id: contacts_screen - # tab: contacts_tab CleanHeader: id: invoices_tab text: _('Invoices') t@@ -244,10 +242,7 @@ id: requests_tab text: _('Requests') slide: 4 - #CleanHeader: - # id: contacts_tab - # text: _('Contacts') - # slide: 4 + <ActionOvrButton@ActionButton> on_release: DIR diff --git a/gui/kivy/uix/ui_screens/send.kv b/gui/kivy/uix/ui_screens/send.kv t@@ -6,13 +6,11 @@ SendScreen: - id: s name: 'send' address: '' amount: '' message: '' - BoxLayout padding: '12dp', '12dp', '12dp', '12dp' spacing: '12dp' t@@ -21,7 +19,6 @@ SendScreen: id: blue_bottom size_hint: 1, None height: self.minimum_height - spacing: '5dp' BoxLayout: size_hint: 1, None height: blue_bottom.item_height