Skip to content

Commit

Permalink
rmv path
Browse files Browse the repository at this point in the history
  • Loading branch information
inerttila committed Apr 15, 2024
1 parent 58b7494 commit ba63d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions excel.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def select_date():

# Set the icon for the pop-up window
icon = tk.PhotoImage(
file="C:\\Users\\User\\Desktop\\Excel-Data-App\\Media\\otr.png")
file="Media\\otr.png")
top.iconphoto(False, icon)

style = ttk.Style(top)
Expand Down Expand Up @@ -438,7 +438,7 @@ window = Tk()
window.title("Timesheet Application")
window.configure(background="#000000")
icon = tk.PhotoImage(
file="C:\\Users\\User\\Desktop\\Excel-Data-App\\Media\\otr.png")
file="Media\\otr.png")
window.iconphoto(False, icon)

# Set the dimensions and position of the window
Expand Down

0 comments on commit ba63d13

Please sign in to comment.