diff --git a/main.py b/main.py index 27cc0ff..b85ae24 100644 --- a/main.py +++ b/main.py @@ -22,6 +22,6 @@ class TestApp(App): if __name__ == '__main__': - Window.size = (720,480) + Window.size = (800,480) Window.fullscreen = True TestApp().run()