From 65de9c91670f75795a21a9a2404d2a3214451c98 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Thu, 17 Oct 2002 18:40:57 +0000 Subject: Moved volume-icon a bit. More examine will be done later in order to look at the other icons. They seem to be too large for a real player screen. The problem of the flickering screen is residing here somewhere... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2707 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/sim_icons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/common/sim_icons.c') diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c index 8533c19fd7..1d01761f42 100644 --- a/uisimulator/common/sim_icons.c +++ b/uisimulator/common/sim_icons.c @@ -26,7 +26,7 @@ #include #include -#define XPOS_volume 85 +#define XPOS_volume 54 #define XPOS_volume1 XPOS_volume + 15 #define XPOS_volume2 XPOS_volume1 + 2 #define XPOS_volume3 XPOS_volume2 + 2 @@ -152,7 +152,7 @@ static struct icon_info icons [] = { record, 35, 0, BMPWIDTH_record, BMPHEIGHT_record }, /* ICON_RECORD */ { pause, 50, 0, BMPWIDTH_pause, BMPHEIGHT_pause }, /* ICON_PAUSE */ { audio, 40, 40, BMPWIDTH_audio, BMPHEIGHT_audio }, /* ICON_AUDIO */ - { repeat, XPOS_volume-13-BMPWIDTH_repeat, + { repeat, XPOS_volume-4-BMPWIDTH_repeat, 0, BMPWIDTH_repeat, BMPHEIGHT_repeat }, /* ICON_REPEAT */ { repeat1, XPOS_volume-10, 0, BMPWIDTH_repeat1, BMPHEIGHT_repeat1 }, /* ICON_1 */ { volume, XPOS_volume, 0, BMPWIDTH_volume, BMPHEIGHT_volume }, /* ICON_VOLUME */ -- cgit v1.2.3