diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-07-07 06:17:02 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-07 06:17:02 +0000 |
commit | ce5ee193d41061a6b8c9a2b87dc8a43303f82ab9 (patch) | |
tree | 4154bf0f7b50a68cca5251bf6e91c0fa225dbb5a | |
parent | 86d8a53a2b196a1165c8e61c887a945a97d66c87 (diff) | |
download | rockbox-ce5ee193d41061a6b8c9a2b87dc8a43303f82ab9.tar.gz rockbox-ce5ee193d41061a6b8c9a2b87dc8a43303f82ab9.zip |
Theme Editor: Moved volume options in device configuration panel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27326 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | utils/themeeditor/resources/deviceoptions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index 5f83b32afc..8cc6381557 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions | |||
@@ -106,8 +106,6 @@ pp ; Playlist Position ; spin(0,1000) ; 10 | |||
106 | pr ; Time Remaining ; text ; 2:00 | 106 | pr ; Time Remaining ; text ; 2:00 |
107 | ps ; Shuffle ; check ; true | 107 | ps ; Shuffle ; check ; true |
108 | pt ; Total Track Time ; text ; 3:00 | 108 | pt ; Total Track Time ; text ; 3:00 |
109 | pv ; Current Volume (dB) ; spin(-100,100) ; 0 | ||
110 | ?pv ; Current Volume (Conditional) ; combo(Mute, Below 0 dB, 0 dB, Above 0 dB) ; 0 dB | ||
111 | pS ; Track Starting ; check ; true | 109 | pS ; Track Starting ; check ; true |
112 | pE ; Track Ending ; check ; false | 110 | pE ; Track Ending ; check ; false |
113 | Sp ; Playback Pitch ; fspin(50,200) ; 100 | 111 | Sp ; Playback Pitch ; fspin(50,200) ; 100 |
@@ -119,6 +117,8 @@ artwidth ; Album Art Width ; spin(0,500) ; 100 | |||
119 | artheight; Album Art Height ; spin(0,500) ; 100 | 117 | artheight; Album Art Height ; spin(0,500) ; 100 |
120 | 118 | ||
121 | [Hardware Status] | 119 | [Hardware Status] |
120 | pv ; Current Volume (dB) ; spin(-100,100) ; 0 | ||
121 | ?pv ; Current Volume (Conditional) ; combo(Mute, Below 0 dB, 0 dB, Above 0 dB) ; 0 dB | ||
122 | bl ; Battery Level (-1 for unknown) ; spin(-1,100) ; 50 | 122 | bl ; Battery Level (-1 for unknown) ; spin(-1,100) ; 50 |
123 | bv ; Battery Volts ; spin(0,20) ; 5 | 123 | bv ; Battery Volts ; spin(0,20) ; 5 |
124 | bt ; Time Left (-1 for unknown) ; spin(-1,500); 100 | 124 | bt ; Time Left (-1 for unknown) ; spin(-1,500); 100 |