projects
/
forks
/
peks-announcer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cc7d6
)
revert back to previous commit
author
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 05:18:35 +0000
(
05:18
+0000)
committer
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 05:18:35 +0000
(
05:18
+0000)
announcer.pyw
patch
|
blob
|
history
diff --git
a/announcer.pyw
b/announcer.pyw
index c664b59b4d399936e1ced9063b87278c2a7a6f60..29dd5bcd573fe06576c076c6c11b24d9728bd5ad 100644
(file)
--- a/
announcer.pyw
+++ b/
announcer.pyw
@@
-292,7
+292,8
@@
if __name__ == '__main__':
gui.geometry("260x125")
gui.title("Peks Announcer")
gui.protocol("WM_DELETE_WINDOW", close_script)
- gui.wm_iconbitmap("appicon.ico")
+ img = PhotoImage("appicon.ico")
+ gui.iconphoto(True, img)
title = Label(text="Hello World")
title.grid(row=0, column=0)
volume_slider = Scale(gui, from_=0, to=100, orient=HORIZONTAL, command=update_volume)