From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:17:07 +0000 (+0100) Subject: Increase line spacing of the admin overlay (#35591) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1b2012111453fc448a29157e3e17b213863cb55e;p=space-station-14.git Increase line spacing of the admin overlay (#35591) line spacing --- diff --git a/Content.Client/Administration/AdminNameOverlay.cs b/Content.Client/Administration/AdminNameOverlay.cs index 8b5e59d6f7..c6e6a75293 100644 --- a/Content.Client/Administration/AdminNameOverlay.cs +++ b/Content.Client/Administration/AdminNameOverlay.cs @@ -78,7 +78,7 @@ internal sealed class AdminNameOverlay : Overlay } var uiScale = _userInterfaceManager.RootControl.UIScale; - var lineoffset = new Vector2(0f, 11f) * uiScale; + var lineoffset = new Vector2(0f, 14f) * uiScale; var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center + new Angle(-_eyeManager.CurrentEye.Rotation).RotateVec( aabb.TopRight - aabb.Center)) + new Vector2(1f, 7f);