Menus: less padding after drawer closer

This commit is contained in:
James R 2024-03-07 15:25:32 -08:00
parent d07291690d
commit f066f10e8f

View file

@ -4532,9 +4532,12 @@ box_found:
} }
/* FALLTHRU */ /* FALLTHRU */
case IT_NOTHING: case IT_NOTHING:
case IT_DYBIGSPACE:
y += SMALLLINEHEIGHT; y += SMALLLINEHEIGHT;
break; break;
case IT_DYBIGSPACE:
y += SMALLLINEHEIGHT/2;
break;
#if 0 #if 0
case IT_BIGSLIDER: case IT_BIGSLIDER:
M_DrawThermo(x, y, currentMenu->menuitems[i].itemaction.cvar); M_DrawThermo(x, y, currentMenu->menuitems[i].itemaction.cvar);