From 3252161f367754e4bf7906323338c1f0a8dfa322 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 18 Jan 2016 15:42:05 +0100 Subject: [PATCH] improve about dialog --- gui/kivy/uix/ui_screens/about.kv | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/gui/kivy/uix/ui_screens/about.kv b/gui/kivy/uix/ui_screens/about.kv index 30477b6d0..e46344a96 100644 --- a/gui/kivy/uix/ui_screens/about.kv +++ b/gui/kivy/uix/ui_screens/about.kv @@ -5,8 +5,26 @@ Popup: spacing: '1dp' Label: text: "Lightweight Bitcoin Wallet" - Label: - text: "Author: Thomas Voegtlin" - Label: - text: "https://electrum.org" - Widget + size_hint_y: None + GridLayout: + cols: 2 + Label: + text: 'Licence:' + text_size: self.size + Label: + text: "Gnu GPL v3" + text_size: self.size + Label: + text: 'Website:' + text_size: self.size + Label: + text: "https://electrum.org" + text_size: self.size + Label: + text: 'Developers:' + text_size: self.size + Label: + text_size: self.size + text: "Thomas Voegtlin\nNeil Booth" + Widget: + size_hint: None, 1