1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Progress circle in all menus

This commit is contained in:
bsongis 2011-11-26 22:30:00 +00:00
parent ab5de66405
commit c38cb2e0ff
5 changed files with 9 additions and 9 deletions

View file

@ -535,5 +535,5 @@ void menuMainView(uint8_t event)
putsTime(33+FW+2, FH*5, timer2, DBLSIZE, DBLSIZE);
}
// TODO here it's too intrusive: theFile.DisplayProgressBar();
theFile.DisplayProgressBar(20*FW+1);
}