Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Added window icon
Browse files Browse the repository at this point in the history
The program now looks even nicer with a window icon!
  • Loading branch information
Vhou-Atroph committed Oct 5, 2021
1 parent 8c87930 commit 725e12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added icons/gargwa.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from tkinter import *
import random

'''
VERSION 3
VERSION 3.0.1
CONTRIBUTORS:
-Vhou-Atroph
Expand Down Expand Up @@ -46,6 +46,7 @@ window=Tk()
window.title("MHRise: Random Hunt Chooser") #Fixed the title not showing up by adding in images. So glad I figured that out!
window.geometry('350x225')
window.resizable(0,0) #Window is not resizable.
window.iconbitmap("icons/gargwa.ico")

#Dropdown
selection=Frame(window)
Expand Down

0 comments on commit 725e12b

Please sign in to comment.