You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Kivy imports
from kivy.config import Config
from kivy.lang import Builder
from kivy.core.window import Window
# KivyMD imports
from kivymd.app import MDApp
from kivymd.uix.screen import MDScreen
from kivymd.uix.transition import MDSharedAxisTransition
Window restriction works fine. What could be causing this warning?
OS: Windows 10
Python: 3.12
Kivy: 2.3.0
KivyMD: 2.0.1.dev0
The text was updated successfully, but these errors were encountered:
Problem:
[WARNING] Both Window.minimum_width and Window.minimum_height must be bigger than 0 for the size restriction to take effect.
In my MDApp.build():
My kivy-related imports:
Window restriction works fine. What could be causing this warning?
OS: Windows 10
Python: 3.12
Kivy: 2.3.0
KivyMD: 2.0.1.dev0
The text was updated successfully, but these errors were encountered: