Touch up keyboard prompt spacing

This commit is contained in:
Antonio Martinez 2024-09-16 18:00:45 -07:00 committed by AJ Martinez
parent 512eb5ec67
commit 5c5ab934b3

View file

@ -2713,7 +2713,7 @@ void V_DrawStringScaled(
} }
else else
{ {
cx += 3*scale; cx += 2*scale;
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-2, 2, fontspec.lfh/FRACUNIT, flags|outerbox); //V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-2, 2, fontspec.lfh/FRACUNIT, flags|outerbox);
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox); //V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox);
} }
@ -3047,7 +3047,7 @@ fixed_t V_StringScaledWidth(
break; break;
case '\xEE': case '\xEE':
if (boxed) if (boxed)
cx += 3*scale; cx += 2*scale;
boxed = !boxed; boxed = !boxed;
break; break;
default: default: