Yesterday everything was fine but today Kivy wont allow me to resize the window. My app runs but after the window appears i can't seem to make it larger. The window remains the same size it was when i ran app.
kivy.config.Config.set('graphics', 'resizable',False)
And
Window.size = (360,480)
Usually when I run my code. Even though kivy opens with set Widow size it is still resizable. However currently it doesn't allow me to do that. I thank you in advance for your help.