jeplayer: Enlarge progress bar

This commit is contained in:
Jeff Epler 2020-05-19 10:55:17 -05:00
parent 2abdebd585
commit d0857033a4

View file

@ -72,7 +72,7 @@ class PlaybackDisplay:
self.group = displayio.Group(max_size=4)
self.glyph_width, self.glyph_height = font.get_bounding_box()[:2]
self.pbar = ProgressBar(0, 0, board.DISPLAY.width,
self.glyph_height, bar_color=0x0000ff,
self.glyph_height*2, bar_color=0x0000ff,
outline_color=0x333333, stroke=1)
self.iconbar = icons.IconBar()
self.iconbar.group.y = 112