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:
f4fbe47
)
small fix to show init volume instead of nothing
author
Shane Pepperell
<shane.pepperell@me.com>
Sun, 15 Jan 2023 02:45:28 +0000
(
02:45
+0000)
committer
Shane Pepperell
<shane.pepperell@me.com>
Sun, 15 Jan 2023 02:45:28 +0000
(
02:45
+0000)
announcer/window.py
patch
|
blob
|
history
diff --git
a/announcer/window.py
b/announcer/window.py
index 1ebe1a5f865fa3ab92b5095daa73b66572bc33bb..d339b589d7e94da6012c89741306b8437f05d29f 100644
(file)
--- a/
announcer/window.py
+++ b/
announcer/window.py
@@
-37,7
+37,7
@@
class MainWindow(QtWidgets.QMainWindow):
self.mute_button = QtWidgets.QPushButton("Mute")
self.test_volume_button = QtWidgets.QPushButton("Test sound")
self.headerlabel = QtWidgets.QLabel("Hello World")
- self.volume_level_label = QtWidgets.QLabel("Volume:")
+ self.volume_level_label = QtWidgets.QLabel("Volume:
50%
")
self.packlabel = QtWidgets.QLabel("Sound Pack:")
self.sound_pack = QtWidgets.QComboBox()
self.sound_pack.addItems(SOUND_PACKS)