mirror of
https://github.com/Bobertkiller/Music-Player.git
synced 2026-01-15 12:32:51 -03:00
Comment
This commit is contained in:
@@ -179,6 +179,7 @@ nextButton = tk.Button(
|
||||
)
|
||||
nextButton.pack(pady=15, in_=top, side="left")
|
||||
|
||||
#adds the volume slider
|
||||
Volumelevel = tk.Scale(canvas,from_= 0, to_=100,
|
||||
orient= tk.HORIZONTAL,
|
||||
bg="#6433d6",
|
||||
@@ -187,7 +188,7 @@ Volumelevel = tk.Scale(canvas,from_= 0, to_=100,
|
||||
length=225,
|
||||
command=volume
|
||||
)
|
||||
Volumelevel.set(50)
|
||||
Volumelevel.set(50) #puts defalt value of slider to 50
|
||||
Volumelevel.pack(pady=15)
|
||||
#adds the add Button to the music player
|
||||
addButton = tk.Button(
|
||||
|
||||
Reference in New Issue
Block a user