Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

progressbars are drawn inside viewports so all coords are viewport relative. so fix - for the x coord to be 0 instead of vp->x which never made sense (woops from 18months ago :p )

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27998 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
apps/gui/skin_engine/skin_parser.c
··· 620 620 if (!isdefault(param)) 621 621 pb->x = param->data.number; 622 622 else 623 - pb->x = vp->x; 623 + pb->x = 0; 624 624 param++; 625 625 626 626 if (!isdefault(param))