mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
skin_engine: Clean up %x() handling - beware theme issues
Internally remove some hacks around how %x() is handled. %x() inside the default viewport will no longer work if other viewports are used, so if you are using viewports and %x() make sure it is in a viewport! Change-Id: I8ecab805d55fc0f8476ff0516cba38e23400aa20
This commit is contained in:
parent
0807fe8d36
commit
34031cba5b
7 changed files with 12 additions and 15 deletions
|
@ -5,6 +5,7 @@
|
|||
%wd
|
||||
#
|
||||
# Load Backdrop
|
||||
%V(0,0,-,-,-)
|
||||
%x(z,wpsbackdrop-112x64x1.bmp,0,0)
|
||||
#
|
||||
# Preload Images
|
||||
|
|
|
@ -11,12 +11,11 @@
|
|||
%xl(D,shuffle-128x64x1.bmp,0,1)
|
||||
%xl(E,repeat-128x64x1.bmp,0,0,4)
|
||||
%xl(F,playmode-128x64x1.bmp,0,0,5)
|
||||
%x(a,pbbackground-128x64x1.bmp,1,0)
|
||||
%xl(b,bar-128x64x1.bmp,2,0)
|
||||
#
|
||||
# Progress Bar
|
||||
%V(0,0,128,6,1)
|
||||
#%xd(a)
|
||||
%x(a,pbbackground-128x64x1.bmp,1,0)
|
||||
%pb(2,1,123,4,pb-128x64x1.bmp)
|
||||
#
|
||||
# Separator Bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue