Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Commit

Permalink
✏️ Added Icon in GUI
Browse files Browse the repository at this point in the history
Example of Icon can be shown here > https://prnt.sc/qhxzng
  • Loading branch information
heyitsrobert committed Dec 31, 2019
1 parent 8842404 commit 22c3395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def poweroff():
except Exception as e:
tkinter.messagebox.showinfo("BackReminder", "Failed to close BackReminder, please close them manually.")


window = tkinter.Tk()
window.geometry("310x375")
window.iconbitmap("logo.ico")
window.resizable(0, 0)
# to rename the title of the window
window.title("BackReminder")
Expand Down
Binary file added files/logo.ico
Binary file not shown.

0 comments on commit 22c3395

Please sign in to comment.