1
0

kivy: password dialog and wizard fixes

This commit is contained in:
ThomasV
2015-12-20 17:37:07 +01:00
parent 2226667437
commit 5f0a7db598
7 changed files with 66 additions and 41 deletions

View File

@@ -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