diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-07 20:56:16 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-07 20:56:16 +0000 |
| commit | de9ba10aabdbc3224194f6859f2e4f60ac98ceb5 (patch) | |
| tree | a7df606e3dc46857dea54b4f3aaca20e1c311ca0 /utils/themeeditor/resources | |
| parent | 80fa0efd1fb775b396652a1a9c3308d6cbfcc8f3 (diff) | |
| download | rockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.zip rockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.tar.gz rockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.tar.bz2 rockbox-de9ba10aabdbc3224194f6859f2e4f60ac98ceb5.tar.xz | |
Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources')
| -rw-r--r-- | utils/themeeditor/resources/deviceoptions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index 8cc6381..d76baf1 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -35,6 +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 +simtime ; Simulation Time ; fspin(0, 100000) ; 60.0 showviewports ; Show Viewports ; check ; false rendersbs ; Render SBS If Available ; check ; true rtl ; Right-To-Left Language ; check ; false |