forked from len0rd/rockbox
Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c32728c91c
commit
5300c7014d
8 changed files with 39 additions and 14 deletions
|
|
@ -27,11 +27,12 @@
|
|||
# performing much of any error checking on it: screwing up the syntax may very
|
||||
# well segfault the application on startup
|
||||
|
||||
[Screen Sizes]
|
||||
[Rendering Info]
|
||||
screenwidth ; Screen Width ; spin(0,800) ; 300
|
||||
screenheight ; Screen Height ; spin(0,800) ; 200
|
||||
remotewidth ; Remote Width ; spin(0,800) ; 100
|
||||
remoteheight ; Remote Height ; spin(0,800); 50
|
||||
showviewports ; Show Viewports ; check ; true
|
||||
|
||||
[ID3 Info]
|
||||
ia ; Artist ; text ; Current Artist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue