Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alter-Sitanshu committed Aug 18, 2024
1 parent 973bb67 commit 8c30c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomodoro/pomodoro.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def reset_timer():
title_label.grid(column=1,row=0)

canvas = tk.Canvas(master=screen, width=200, height=224, highlightthickness=0, bg=YELLOW)
tomato_img = tk.PhotoImage(file='tomato.png')
tomato_img = tk.PhotoImage(file='pomodoro\\tomato.png')
canvas.create_image(100, 112, image=tomato_img)
timer_text = canvas.create_text(100, 130, text="00:00", fill="white", font=(FONT_NAME, 28, "bold"))
canvas.grid(column=1,row=1)
Expand Down

0 comments on commit 8c30c47

Please sign in to comment.