forked from len0rd/rockbox
Fix mistaken changes in r30219
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30298 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
baa9c48a66
commit
a7d8dd41b5
4 changed files with 11 additions and 11 deletions
|
@ -50,7 +50,7 @@
|
|||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
|
||||
%T(206,0,24,24,play)
|
||||
%T(206,0,24,24,stop, repeat)
|
||||
%T(206,0,24,24,stop, repeat_press)
|
||||
%T(182,0,18,92,repmode)
|
||||
%T(139,0,37,23,shuffle)
|
||||
%T(98,0,33,23,volume)
|
||||
|
@ -69,8 +69,8 @@
|
|||
%T(39,5,24,24,pitch)
|
||||
%T(58,0,24,24,contextmenu)
|
||||
%T(86,0,24,24,quickscreen)
|
||||
%T(115,0,24,23,rwd, repeat)
|
||||
%T(144,0,24,23,ffwd, repeat)
|
||||
%T(115,0,24,23,rwd, repeat_press)
|
||||
%T(144,0,24,23,ffwd, repeat_press)
|
||||
%T(115,0,24,23,prev)
|
||||
%T(144,0,24,23,next)
|
||||
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
%T(50,5,24,24,pitch)
|
||||
%T(80,5,24,24,contextmenu)
|
||||
%T(110,5,24,24,quickscreen)
|
||||
%T(150,5,24,24,rwd, repeat)
|
||||
%T(175,5,24,24,ffwd, repeat)
|
||||
%T(150,5,24,24,rwd, repeat_press)
|
||||
%T(175,5,24,24,ffwd, repeat_press)
|
||||
%T(150,5,24,24,prev)
|
||||
%T(175,5,24,24,next)
|
||||
%Vl(u,0,74,-,30,1)
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
# playmode
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
%T(273,66,45,50,play)
|
||||
%T(273,66,45,50,stop, repeat)
|
||||
%T(273,66,45,50,stop, repeat_press)
|
||||
|
||||
#
|
||||
# popup osd menu
|
||||
|
@ -96,7 +96,7 @@
|
|||
#
|
||||
%V(0,420,90,58,-)
|
||||
%xd(H)%xd(I)
|
||||
%T(0,0,40,58,rwd, repeat)
|
||||
%T(0,0,40,58,rwd, repeat_press)
|
||||
%T(0,0,40,58,prev)
|
||||
%T(50,0,40,58,ffwd, repeat)
|
||||
%T(50,0,40,58,ffwd, repeat_press)
|
||||
%T(50,0,40,58,next)
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
%xl(F,playmode-800x480x16.bmp,0,0,5)
|
||||
%?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)>
|
||||
%T(0,0,70,70,play)
|
||||
%T(0,0,70,70,stop, repeat)
|
||||
%T(0,0,70,70,stop, repeat_press)
|
||||
|
||||
#
|
||||
# popup osd menu
|
||||
|
@ -96,7 +96,7 @@
|
|||
%xl(H,rew-800x480x16.bmp,0,5)
|
||||
%xl(I,ff-800x480x16.bmp,80,5)
|
||||
%xd(H)%xd(I)
|
||||
%T(0,0,70,75,rwd, repeat)
|
||||
%T(0,0,70,75,rwd, repeat_press)
|
||||
%T(0,0,70,75,prev)
|
||||
%T(80,0,70,75,ffwd, repeat)
|
||||
%T(80,0,70,75,ffwd, repeat_press)
|
||||
%T(80,0,70,75,next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue