aaah cleaner... :)

SVN revision: 5525
This commit is contained in:
Carsten Haitzler 2001-10-19 15:58:56 +00:00
parent b4a251128b
commit 2ba3aebf1a
1 changed files with 1 additions and 2 deletions

View File

@ -384,8 +384,7 @@ ib_timeout(int val, void *data)
nh = h * ((tt / speed) + 1.0);
/* move the hilite icon to a good spot */
evas_move(ic->iconbar->view->evas, ic->hi.image,
(x + (w / 2)) - (nw / 2),
(y + (h / 2)) - (nh / 2));
x + ((w - nw) / 2), y + ((h - nh) / 2));
/* resize it */
evas_resize(ic->iconbar->view->evas, ic->hi.image, nw, nh);
/* reset its fill so ti fills its space */