diff options
author | Michael Chicoine <mc2739@gmail.com> | 2009-10-30 00:47:25 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2009-10-30 00:47:25 +0000 |
commit | 536ae247915d4667fe3c41b0d864872a45975e3b (patch) | |
tree | ac0171e5da2116ec88dbbfa6b6404f8f0902e8d0 | |
parent | d93d2fd40c7b8c32712c08d0632d027164b2c795 (diff) |
Correct battery conditional and disk access icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23415 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | wps/classic_statusbar.sbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs index 54c0ffee74..f30a6f0d66 100644 --- a/wps/classic_statusbar.sbs +++ b/wps/classic_statusbar.sbs @@ -31,7 +31,7 @@ # Battery area, Icons %Vl|a|0|0|-|8|0|-|-| -%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> # charging icon %Vl|a|16|0|-|8|0|-|-| %?bc<%xdSa|> @@ -66,4 +66,4 @@ %?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> # disk access "icon" %V|-6|0|-|8|0|-|-| # align on the right with room for 1 SYSFONT digit -%?mm<*|> +%?lh<*|> |