fullscreen enabled
This commit is contained in:
parent
f1377920e6
commit
7f20b772eb
1 changed files with 1 additions and 1 deletions
2
ben10.py
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue