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)