changeset 618:a1f70e85a5ca

Adjust menu entry padding.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Apr 2013 13:33:17 +0300
parents 35c4fecad3fc
children 6c23042c546f
files dmsimple.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmsimple.c	Fri Apr 12 12:41:51 2013 +0300
+++ b/dmsimple.c	Fri Apr 12 13:33:17 2013 +0300
@@ -245,7 +245,7 @@
 
     SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
     
-    int menuEntryHeight = menuFont->height + 1,
+    int menuEntryHeight = menuFont->height + 2,
         menuHeight = DM_VSETUP_MENU_HEIGHT / menuEntryHeight;
 
     // Enter the main loop of the menu