timprove about dialog - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 3252161f367754e4bf7906323338c1f0a8dfa322
DIR parent 23d16154a90de84aa145ad46d492161ff09cfc85
HTML Author: ThomasV <thomasv@electrum.org>
Date: Mon, 18 Jan 2016 15:42:05 +0100
improve about dialog
Diffstat:
M gui/kivy/uix/ui_screens/about.kv | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
---
DIR diff --git a/gui/kivy/uix/ui_screens/about.kv b/gui/kivy/uix/ui_screens/about.kv
t@@ -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