diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 19:35:00 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 19:35:00 +0000 |
| commit | 8114979e8e413caa876cda626fe0b6385bfc56ce (patch) | |
| tree | 7b1a193dfbbc48941b93d7c5e2f21199d5bd2979 /utils/themeeditor/resources | |
| parent | 3e599f4d379aeaa7ce5861c9818028e6d02d4490 (diff) | |
| download | rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.zip rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.gz rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.bz2 rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.xz | |
Theme Editor: Added album art display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources')
| -rw-r--r-- | utils/themeeditor/resources/COPYING | 7 | ||||
| -rw-r--r-- | utils/themeeditor/resources/deviceoptions | 4 | ||||
| -rw-r--r-- | utils/themeeditor/resources/render/albumart.png | bin | 0 -> 230 bytes |
3 files changed, 6 insertions, 5 deletions
diff --git a/utils/themeeditor/resources/COPYING b/utils/themeeditor/resources/COPYING index 2b6a94c..231018b 100644 --- a/utils/themeeditor/resources/COPYING +++ b/utils/themeeditor/resources/COPYING @@ -1,6 +1,5 @@ -The files appicon.xcf and windowicon.png, and all the magnifying glass -graphics are authored by Robert Bieber, and made available in the public domain. - The files document-new.png, document-open.png, and document-save.png came from -the Tango Desktop Project (http://www.tango.freedesktop.org) and are also in +the Tango Desktop Project (http://www.tango.freedesktop.org) and are in the public domain. + +All other graphics are authored by Robert Bieber, and also in the public domain. diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index 5d3c5fc..10a1a89 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -35,7 +35,7 @@ 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 +showviewports ; Show Viewports ; check ; false [ID3 Info] ia ; Artist ; text ; Current Artist @@ -112,6 +112,8 @@ rp ; Song Playcount ; spin(0,10000) ; 20 rr ; Song Rating ; spin(0,10) ; 5 ra ; Autoscore ; spin(0,10) ; 7 ?C ; Album Art Available ; check ; true +artwidth ; Album Art Width ; spin(0,500) ; 100 +artheight; Album Art Height ; spin(0,500) ; 100 [Hardware Status] bl ; Battery Level (-1 for unknown) ; spin(-1,100) ; 50 diff --git a/utils/themeeditor/resources/render/albumart.png b/utils/themeeditor/resources/render/albumart.png Binary files differnew file mode 100644 index 0000000..6c69b27 --- /dev/null +++ b/utils/themeeditor/resources/render/albumart.png |