mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-06 05:24:17 -04:00
Updated KivyMD
This commit is contained in:
parent
9cf33ec050
commit
4b619f385d
98 changed files with 6018 additions and 3706 deletions
|
@ -36,11 +36,13 @@ MDWidget
|
|||
|
||||
__all__ = ("MDWidget",)
|
||||
|
||||
from kivy.uix.widget import Widget
|
||||
|
||||
from kivymd.uix import MDAdaptiveWidget
|
||||
from kivymd.uix.behaviors import DeclarativeBehavior
|
||||
|
||||
|
||||
class MDWidget(DeclarativeBehavior, MDAdaptiveWidget):
|
||||
class MDWidget(DeclarativeBehavior, MDAdaptiveWidget, Widget):
|
||||
"""
|
||||
See :class:`~kivy.uix.Widget` class documentation for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue