1
0

kivy: simplify dropdown menu, cleanup

This commit is contained in:
ThomasV
2015-10-07 11:05:50 +02:00
parent 4b8c2e5f87
commit 92e5218d5d
2 changed files with 15 additions and 47 deletions

View File

@@ -6,9 +6,11 @@
text: _('Select your wallet')
ElectrumScreen:
Popup:
Label:
text: _('Wallet')
WalletSelector:
id: wallet_selection
size_hint: 1, None
height: blue_bottom.item_height if app.expert_mode else 0
#WalletSelector:
# id: wallet_selection
# size_hint: 1, None
# height: blue_bottom.item_height