electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 3252161f367754e4bf7906323338c1f0a8dfa322
parent 23d16154a90de84aa145ad46d492161ff09cfc85
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 18 Jan 2016 15:42:05 +0100

improve about dialog

Diffstat:
Mgui/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 @@ -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