Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenSpheres committed Aug 13, 2020
1 parent 9b608ad commit 6ee22e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added sgicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion stargenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def genstar(avg_age):
[sg.Text('File name:'), sg.Input(key='Filename', default_text='randomstars')],
[sg.Button('Generate'), sg.Button('Reset'), sg.Button('Exit'), sg.Text(size=(25,1), key='Output')],
]
window = sg.Window('Star Generator', layout)
window = sg.Window('Celestia Star Generator', layout, icon='sgicon.ico')
while True:
event, values = window.read()
if event == sg.WIN_CLOSED or event == 'Exit':
Expand Down

0 comments on commit 6ee22e0

Please sign in to comment.