Skip to content

Commit

Permalink
Fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akascape committed Jul 10, 2023
1 parent 05d9b58 commit 5e99fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python version/Textemage.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def web(link):
top_level.resizable(width=False, height=False)
top_level.transient(root)
top_level.wm_iconbitmap()
top_level.iconphoto(False, icopath)
top_level.after(200, lambda: top_level.iconphoto(False, icopath))

label_top = ctk.CTkLabel(top_level, text="Textemage v1.4", font=("Roboto",15))
label_top.grid(padx=20, pady=20, sticky="w")
Expand Down

0 comments on commit 5e99fa5

Please sign in to comment.