From 8114979e8e413caa876cda626fe0b6385bfc56ce Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 30 Jun 2010 19:35:00 +0000 Subject: Theme Editor: Added album art display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/resources/deviceoptions | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/resources/deviceoptions') 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 -- cgit v1.1