electrum-bitcoinprivate/gui/kivy/uix/ui_screens/about.kv

13 lines
297 B
Plaintext
Raw Normal View History

2015-12-18 01:53:50 -08:00
Popup:
title: "About Electrum"
BoxLayout:
orientation: 'vertical'
spacing: '1dp'
Label:
text: "Lightweight Bitcoin Wallet"
Label:
text: "Author: Thomas Voegtlin"
Label:
text: "https://electrum.org"
Widget