enabled fullscreen
This commit is contained in:
parent
f279537d71
commit
715d1d0c05
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ background = StringVar()
|
|||
background.set("#70b607")
|
||||
# creates var and assigns it to default color
|
||||
root.title("Omnitrix")
|
||||
# root.attributes('-fullscreen', True)
|
||||
root.attributes('-fullscreen', True)
|
||||
root.geometry("640x480")
|
||||
root.configure(bg=background.get())
|
||||
root.columnconfigure(1, weight=1)
|
||||
|
|
Loading…
Add table
Reference in a new issue