Updated build system for Kivy 2.2.1

This commit is contained in:
Mark Qvist 2023-07-10 02:49:58 +02:00
parent 23e6b6e0c6
commit 67a8f61af8
126 changed files with 9967 additions and 4279 deletions

View file

@ -25,7 +25,7 @@ intensity_msgs_light = "500"
class ContentNavigationDrawer(Screen):
pass
class DrawerList(ThemableBehavior, MDList):
class DrawerList(MDList):
pass
class IconListItem(OneLineIconListItem):