1
0

kivy: relocate atlas so it can be made a submodule later

This commit is contained in:
SomberNight
2021-04-30 16:44:32 +02:00
parent 0a56404f28
commit ef3293ab6a
18 changed files with 44 additions and 45 deletions

View File

@@ -102,7 +102,7 @@ Builder.load_string('''
IconButton:
size_hint: 0.5, None
height: '48dp'
icon: f'atlas://{KIVY_GUI_PATH}/theming/light/qrcode'
icon: f'atlas://{KIVY_GUI_PATH}/theming/atlas/light/qrcode'
on_release: root.show_qr()
Button:
size_hint: 0.5, None