kivy: password dialog and wizard fixes
This commit is contained in:
@@ -40,10 +40,13 @@ Builder.load_string('''
|
||||
size_hint_y: None
|
||||
FileChooserListView:
|
||||
id: wallet_selector
|
||||
dirselect: False
|
||||
filter_dirs: True
|
||||
filter: '*.*'
|
||||
path: os.path.dirname(app.wallet.storage.path)
|
||||
on_selection:
|
||||
wallet_name.text = os.path.basename(self.selection[0]) if self.selection else ''
|
||||
size_hint_y: 0.5
|
||||
size_hint_y: 0.4
|
||||
Widget
|
||||
size_hint_y: 0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user