1
0

kivy: Move network dialog to settings. Add coin chooser to settings

This commit is contained in:
ThomasV
2016-02-22 10:50:27 +01:00
parent cb8d504c42
commit 75db90ffa5
3 changed files with 55 additions and 26 deletions

View File

@@ -378,19 +378,16 @@ BoxLayout:
ActionOvrButton:
name: 'about'
text: _('About')
ActionOvrButton:
name: 'network'
text: _('Network')
on_parent:
# when widget overflow drop down is shown, adjust the width
parent = args[1]
if parent: ao._dropdown.width = sp(200)
ActionOvrButton:
name: 'wallets'
text: _('Wallets')
ActionOvrButton:
name: 'settings'
text: _('Settings')
on_parent:
# when widget overflow drop down is shown, adjust the width
parent = args[1]
if parent: ao._dropdown.width = sp(200)
ScreenManager:
id: manager
ScreenTabs: