menu: fix amount of visible entries on fx-CG 50

This commit is contained in:
Lephe 2020-10-21 18:32:13 +02:00
parent 2ed598fa2b
commit 9e4929e307
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static void draw(struct menu *menu)
int main(GUNUSED int isappli, GUNUSED int optnum)
{
/* Initialize menu metadata */
int top = _(1, 0), bottom = _(1, 0);
int top = _(1, 0), bottom = 1;
menu_init(&menu_gint, top, bottom);
menu_init(&menu_perf, top, bottom);
menu_init(&menu_libs, top, bottom);