mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Menus: less padding after drawer closer
This commit is contained in:
parent
d07291690d
commit
f066f10e8f
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue