a
This commit is contained in:
parent
9c3f3e2598
commit
c85e4a36c8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
root = tk.Tk()
|
root = tk.Tk()
|
||||||
window.geometry("1072x1448")
|
root.geometry("1072x1448")
|
||||||
root.mainloop()
|
root.mainloop()
|
||||||
|
|
Loading…
Reference in a new issue