peeeettterer

This commit is contained in:
array-in-a-matrix 2021-06-19 12:57:49 -04:00
parent d3fb2f1967
commit 615e315a47
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ peter_pic = image=ImageTk.PhotoImage(Image.open("src/peter.png"))
peter = Label(body, image=peter_pic)
peter.grid(sticky="news")
OK_button = Button(body, text="OK")
OK_button = Button(body, text="OK", command=root.destroy)
OK_button.grid(pady=(20,0))
root.mainloop()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB