Fix windows title
QuadraLudi -> Quadraludi
This commit is contained in:
2
main.py
2
main.py
@@ -7,7 +7,7 @@ from PIL import Image, ImageTk
|
|||||||
|
|
||||||
win = tk.Tk()
|
win = tk.Tk()
|
||||||
win['bg'] = color.LEVEL_9
|
win['bg'] = color.LEVEL_9
|
||||||
win.title('QuadraLudi')
|
win.title('Quadraludi')
|
||||||
win.geometry('806x606')
|
win.geometry('806x606')
|
||||||
win.resizable(False, False)
|
win.resizable(False, False)
|
||||||
win.wm_attributes('-transparentcolor', color.TRANSPARENT)
|
win.wm_attributes('-transparentcolor', color.TRANSPARENT)
|
||||||
|
|||||||
Reference in New Issue
Block a user