infobar: Re-fix infobar toggle pos

This commit is contained in:
Martin Duquesnoy 2008-12-07 16:53:11 +01:00
parent 96445baac5
commit fd31ec4e4b

View File

@ -194,7 +194,7 @@ uicb_infobar_togglepos(uicb_t cmd)
if(conf.bartop)
{
sgeo[selscreen].y = INFOBARH + TBARH;
infobar[selscreen].geo.y = 0;
infobar[selscreen].geo.y = sgeo[selscreen].y - (INFOBARH + TBARH);
}
else
{