You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
885 B

Popup:
title: "About Electrum"
BoxLayout:
orientation: 'vertical'
spacing: '1dp'
Label:
text: "Lightweight Bitcoin Wallet"
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
9 years ago
text: '\n'.join(['Thomas Voegtlin', 'Neil Booth', 'Akshay Arora'])
Widget:
size_hint: None, 1