basic window initialization
parent
a9a923fda9
commit
060b8e81d8
11
main.py
11
main.py
|
@ -148,11 +148,6 @@ else:
|
|||
# exit with success exit code anyway because this is not a program failure
|
||||
sys.exit(EXIT_SUCCESS)
|
||||
|
||||
|
||||
#window = tk.Tk()
|
||||
#frame = ttk.Frame(window, padding=10)
|
||||
#frame.grid()
|
||||
#ttk.Label(frame, text="Hello, World!").grid(column=0, row=0)
|
||||
#ttk.Button(frame, text="Quit", command=window.destroy).grid(column=0, row=1)
|
||||
|
||||
#window.mainloop()
|
||||
main_window = tk.Tk()
|
||||
main_window.geometry(get_configuration_value("window geometry"))
|
||||
main_window.mainloop()
|
||||
|
|
Reference in New Issue