Screenshot #1

Merged
romanschenk37 merged 10 commits from Screenshot into main 2022-03-15 08:17:22 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4b11d0e4de - Show all commits

View File

@ -248,6 +248,7 @@ def command_exit():
root = tkinter.Tk() root = tkinter.Tk()
root.protocol("WM_DELETE_WINDOW", command_exit)
root.wm_title("Sonnendach") root.wm_title("Sonnendach")
mainText = tkinter.Label(root, text=outputtext, width=80) mainText = tkinter.Label(root, text=outputtext, width=80)
mainText.grid(row=1, column=1, padx=10, pady=3) mainText.grid(row=1, column=1, padx=10, pady=3)