From e0a7244f1dc225b2435804002b130d053eeffd86 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Wed, 9 May 2018 00:41:00 +0200 Subject: [PATCH] A small test for the display --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index da53a58..27cc0ff 100644 --- a/main.py +++ b/main.py @@ -22,5 +22,6 @@ class TestApp(App): if __name__ == '__main__': + Window.size = (720,480) Window.fullscreen = True TestApp().run()