Skip to content

Commit d085703

Browse files
committed
jeplayer: Enlarge progress bar
1 parent 2abdebd commit d085703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CircuitPython_JEplayer_mp3/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self):
7272
self.group = displayio.Group(max_size=4)
7373
self.glyph_width, self.glyph_height = font.get_bounding_box()[:2]
7474
self.pbar = ProgressBar(0, 0, board.DISPLAY.width,
75-
self.glyph_height, bar_color=0x0000ff,
75+
self.glyph_height*2, bar_color=0x0000ff,
7676
outline_color=0x333333, stroke=1)
7777
self.iconbar = icons.IconBar()
7878
self.iconbar.group.y = 112

0 commit comments

Comments
 (0)