这是我的规模:
self.volume_slider = tk.Scale(
self,
from_=0,
to=100,
orient=tk.HORIZONTAL,
background="#fdfdfe",
highlightbackground="#fdfdfe",
highlightcolor="#fdfdfe",
troughcolor="#37b9fe",
showvalue=False,
resolution=1,
bd=0,
width=7)
但我想要的规模是这样的:
[编辑]如何实现?