kivy: simplify dropdown menu, cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user