From c229e5d6f7686b1fcf38c756326fd4f4027419ef Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Wed, 9 May 2018 00:42:19 +0200 Subject: [PATCH] A small test for the display --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()