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.
16 lines
314 B
16 lines
314 B
|
|
|
|
<WalletSelector@BlueSpinner>
|
|
icon: 'atlas://gui/kivy/theming/light/wallet'
|
|
values: ('default Wallet',)
|
|
text: _('Select your wallet')
|
|
|
|
|
|
Popup:
|
|
Label:
|
|
text: _('Wallet')
|
|
|
|
#WalletSelector:
|
|
# id: wallet_selection
|
|
# size_hint: 1, None
|
|
# height: blue_bottom.item_height
|
|
|