The 128x96x2 cabbiev2.wps (Iaudio remote and M3) used more than one viewport but drew the progressbar in the default one where it wouldn't be updated with the new parser anymore. Put it into a viewport too and rearrange the rest of the code to the same order as displayed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27806 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f63570ace5
commit
56229d5866
1 changed files with 13 additions and 8 deletions
|
@ -8,7 +8,19 @@
|
|||
%xl(D,shuffle-160x128x2.bmp,72,2)
|
||||
%xl(E,repeat-160x128x2.bmp,93,0,4)
|
||||
%xl(F,playmode-160x128x2.bmp,112,1,5)
|
||||
%pb(1,61,125,7,pb-128x96x2.bmp)
|
||||
|
||||
%V(0,10,128,48,1)%Vf(0)%Vb(3)
|
||||
%s%ac%?it<%it|%fn>
|
||||
%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
|
||||
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%Sx(Next:) %ac%It
|
||||
|
||||
%V(0,58,128,12,1)%Vf(0)%Vb(3)
|
||||
%pb(1,3,125,7,pb-128x96x2.bmp)
|
||||
|
||||
%V(0,70,128,12,1)%Vf(0)%Vb(3)
|
||||
%al %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr
|
||||
|
||||
%V(0,83,128,13,1)%Vf(0)%Vb(3)
|
||||
%?mh<%xd(Aa)|%xd(Ab)>
|
||||
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
|
||||
|
@ -16,10 +28,3 @@
|
|||
%?ps<%xd(D)>
|
||||
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
|
||||
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
|
||||
%V(0,10,128,72,1)%Vf(0)%Vb(3)
|
||||
%s%ac%?it<%it|%fn>
|
||||
%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
|
||||
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%Sx(Next:) %ac%It
|
||||
|
||||
%al %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr
|
||||
|
|
Loading…
Reference in a new issue