Always 16 lines for OSD.

This commit is contained in:
sorgelig
2018-02-24 14:58:02 +08:00
parent d7787c023a
commit ddea2dd3b4

2
menu.c
View File

@@ -1077,7 +1077,7 @@ void HandleUI(void)
i++;
} while (p);
OsdSetSize(entry > 7 ? 16 : 8);
OsdSetSize(16);
if (old_osd_size == OsdGetSize()) break;
old_osd_size = OsdGetSize();
}