1
0

kivy: add camera as IconButton

This commit is contained in:
ThomasV
2016-02-08 11:06:45 +01:00
parent a2ea8db998
commit fe2fdfe400
7 changed files with 25 additions and 9 deletions

View File

@@ -174,10 +174,10 @@ Builder.load_string('''
id: back
text: _('Back')
root: root
Button:
IconButton:
id: scan
text: _('QR')
on_release: root.scan_seed()
icon: 'atlas://gui/kivy/theming/light/camera'
WizardButton:
id: next
text: _('Next')