infobar: Re-fix infobar toggle pos
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user