mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-05 21:14:22 -04:00
Updated build system for Kivy 2.2.1
This commit is contained in:
parent
23e6b6e0c6
commit
67a8f61af8
126 changed files with 9967 additions and 4279 deletions
|
@ -85,11 +85,14 @@ Equivalent
|
|||
|
||||
from kivy.uix.gridlayout import GridLayout
|
||||
|
||||
from kivymd.theming import ThemableBehavior
|
||||
from kivymd.uix import MDAdaptiveWidget
|
||||
from kivymd.uix.behaviors import DeclarativeBehavior
|
||||
|
||||
|
||||
class MDGridLayout(DeclarativeBehavior, GridLayout, MDAdaptiveWidget):
|
||||
class MDGridLayout(
|
||||
DeclarativeBehavior, ThemableBehavior, GridLayout, MDAdaptiveWidget
|
||||
):
|
||||
"""
|
||||
Grid layout class. For more information, see in the
|
||||
:class:`~kivy.uix.gridlayout.GridLayout` class documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue