summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHayden Pearce <saint.lascivious@gmail.com>2013-07-16 04:40:11 +1200
committerThomas Martitz <kugel@rockbox.org>2013-07-15 23:38:40 +0200
commit3c92c935fec24852a382c5c43db3cdd96ccfa9df (patch)
tree514d8394304168bbbc36d047f4dc51a9cae2043c
parent47785ca7f95c8a1e17bc1056a0d9afa0e7b53c5e (diff)
downloadrockbox-3c92c935fec24852a382c5c43db3cdd96ccfa9df.tar.gz
rockbox-3c92c935fec24852a382c5c43db3cdd96ccfa9df.zip
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>
-rw-r--r--wps/cabbiev2.240x320x16.wps2
1 files changed, 1 insertions, 1 deletions
diff --git a/wps/cabbiev2.240x320x16.wps b/wps/cabbiev2.240x320x16.wps
index f801c04701..90ace9b8a5 100644
--- a/wps/cabbiev2.240x320x16.wps
+++ b/wps/cabbiev2.240x320x16.wps
@@ -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)
#