infobar: Re-fix infobar toggle pos
This commit is contained in:
parent
96445baac5
commit
fd31ec4e4b
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user