From 7f20b772eb9febc5c51f5d080267b02ab041da02 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Fri, 30 Apr 2021 18:39:48 -0400 Subject: [PATCH] fullscreen enabled --- ben10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ben10.py b/ben10.py index a400eb1..47b0d2b 100644 --- a/ben10.py +++ b/ben10.py @@ -5,7 +5,7 @@ from PIL import ImageTk, Image root = Tk() root.title("Omnitrix") -# root.attributes('-fullscreen', True) +root.attributes('-fullscreen', True) root.geometry("640x480") root.configure(bg="#70b607") root.columnconfigure(1, weight=1)