mirror of
https://github.com/markqvist/Sideband.git
synced 2025-10-09 20:18:37 -04:00
Updated kivymd
This commit is contained in:
parent
c6df8b851b
commit
abcf173cc8
160 changed files with 11617 additions and 6545 deletions
|
@ -1,19 +0,0 @@
|
|||
"""
|
||||
FitImage
|
||||
========
|
||||
|
||||
.. note:: See :class:`~kivymd.uix.fitimage.FitImage` for more information
|
||||
"""
|
||||
|
||||
__all__ = ("FitImage",)
|
||||
|
||||
from kivy import Logger
|
||||
|
||||
from kivymd.uix.fitimage import FitImage
|
||||
|
||||
Logger.warning(
|
||||
"FitImage: Note!"
|
||||
"\nIn the near future the `FitImage` widget will be moved to the "
|
||||
"`kivymd.uix.fitimage` package.\nUse import of this widget like this:"
|
||||
"`from kivymd.uix.fitimage import FitImage`."
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue