kivy: Move network dialog to settings. Add coin chooser to settings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user