diff options
| author | Kjell Ericson <kjell@haxx.se> | 2002-11-01 08:10:33 +0000 |
|---|---|---|
| committer | Kjell Ericson <kjell@haxx.se> | 2002-11-01 08:10:33 +0000 |
| commit | b3e41c711b20c294be786650ef909c8e6f04eb24 (patch) | |
| tree | 64074e7b51c5393cffde92cdb1bf883a6e178c07 | |
| parent | 8fd23edde5550b1943c30250ad452fcb12ab86f4 (diff) | |
| download | rockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.zip rockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.tar.gz rockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.tar.bz2 rockbox-b3e41c711b20c294be786650ef909c8e6f04eb24.tar.xz | |
Changed the battery icon so it doesn't clear the inner part of the icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2798 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/sim_icons.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c index 2012e06..76a3f44 100644 --- a/uisimulator/common/sim_icons.c +++ b/uisimulator/common/sim_icons.c @@ -55,23 +55,23 @@ static char* icon_battery_bit[]= static char* icon_battery[]= { " ********************************** ", - "* * ", - "* * ", - "* * ", - "* * ", - "* *****", - "* *****", - "* *****", - "* *****", - "* *****", - "* *****", - "* *****", - "* *****", - "* *****", - "* * ", - "* * ", - "* * ", - "* * ", + "*..................................* ", + "*..................................* ", + "*..................................* ", + "*..................................* ", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................*****", + "*..................................* ", + "*..................................* ", + "*..................................* ", + "*..................................* ", " ********************************** ", NULL }; |