A small test for the display
This commit is contained in:
parent
e0a7244f1d
commit
c229e5d6f7
1 changed files with 1 additions and 1 deletions
2
main.py
2
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()
|
||||
|
|
Loading…
Reference in a new issue