improve about dialog

This commit is contained in:
ThomasV 2016-01-18 15:42:05 +01:00
parent 23d16154a9
commit 3252161f36
1 changed files with 23 additions and 5 deletions

View File

@ -5,8 +5,26 @@ Popup:
spacing: '1dp' spacing: '1dp'
Label: Label:
text: "Lightweight Bitcoin Wallet" text: "Lightweight Bitcoin Wallet"
Label: size_hint_y: None
text: "Author: Thomas Voegtlin" GridLayout:
Label: cols: 2
text: "https://electrum.org" Label:
Widget 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