[Change] Ensure version message doesn't get overlapped in small

resolutions.
This commit is contained in:
Allanis 2014-05-22 19:28:10 +01:00
parent e95f878f7c
commit 23ec93cad4

View File

@ -106,7 +106,7 @@ void menu_main(void) {
(void(*)(double, double, double, double))nebu_render, NULL);
window_addImage(bwid, (SCREEN_W-tex->sw)/2., -1, "imgLogo", tex, 0);
window_addText(bwid, 0., 50., SCREEN_W, 30., 1, "txtBG", NULL,
window_addText(bwid, 0., 20., SCREEN_W, 30., 1, "txtBG", NULL,
&cWhite, lephisto_version());
/* Create menu window. */