From b3e41c711b20c294be786650ef909c8e6f04eb24 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Fri, 1 Nov 2002 08:10:33 +0000 Subject: 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 --- uisimulator/common/sim_icons.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c index 2012e06e0e..76a3f4499b 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 }; -- cgit v1.2.3