From 5300c7014d602c57fcae7f6619f5138d83ba33c0 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 26 Jun 2010 05:51:07 +0000 Subject: 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 --- utils/themeeditor/resources/deviceoptions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/resources') diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index ddd5ed017f..855c8baaeb 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -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 -- cgit v1.2.3