From 5c5ab934b30ca53c3d5586de6cd6cae0178b9458 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Mon, 16 Sep 2024 18:00:45 -0700 Subject: [PATCH] Touch up keyboard prompt spacing --- src/v_video.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v_video.cpp b/src/v_video.cpp index 3772cb99a..1925d404a 100644 --- a/src/v_video.cpp +++ b/src/v_video.cpp @@ -2713,7 +2713,7 @@ void V_DrawStringScaled( } 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-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox); } @@ -3047,7 +3047,7 @@ fixed_t V_StringScaledWidth( break; case '\xEE': if (boxed) - cx += 3*scale; + cx += 2*scale; boxed = !boxed; break; default: