cleaned up

This commit is contained in:
superdimensional 2021-05-02 02:11:13 -04:00
parent a89c1e35cc
commit 71fda0f8bc

View file

@ -20,7 +20,6 @@ path = "res/Omnitrix.png"
img = ImageTk.PhotoImage(Image.open(path))
omnitrix_button = Button(root, bg="#70b607", image=img, activebackground='#70b607',
highlightthickness=0, bd=0, command=button_press)
# TODO: make sound when pressed
omnitrix_button.image = img
omnitrix_button.grid(column=1, row=0, rowspan=3, columnspan=2)
# middle button