cabbiev2: fix a snafu in cabbiev2.240x320x16.wps
an incorrect value caused the shuffle icon to not display the correct status while true by way of pushing the image to be displayed far from the bounds of its viewport. Change-Id: I2bd5db05b053952306d62f9cbd0d13d720141e58 Reviewed-on: http://gerrit.rockbox.org/517 Reviewed-by: Thomas Martitz <kugel@rockbox.org>
This commit is contained in:
parent
47785ca7f9
commit
3c92c935fe
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
%xl(A,lock-240x320x16.bmp,0,0,2)
|
||||
%xl(B,battery-240x320x16.bmp,0,0,10)
|
||||
%xl(C,volume-240x320x16.bmp,0,0,10)
|
||||
%xl(D,shuffle-240x320x16.bmp,139,0)
|
||||
%xl(D,shuffle-240x320x16.bmp,0,0)
|
||||
%xl(E,repeat-240x320x16.bmp,0,0,4)
|
||||
%xl(F,playmode-240x320x16.bmp,0,0,5)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue