LBRY-Vault/gui/kivy/uix/ui_screens/about.kv
2015-12-18 10:53:50 +01:00

12 lines
297 B
Text

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