From 23ec93cad4c4c45aecee2053dc0f8ec09635c507 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Thu, 22 May 2014 19:28:10 +0100
Subject: [PATCH] [Change] Ensure version message doesn't get overlapped in
 small resolutions.

---
 src/menu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/menu.c b/src/menu.c
index 06eb891..dc3919f 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -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. */