From b1f726f360c77c5f43ee1c0899aa4e42c672a952 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sat, 29 May 2021 00:46:45 +0300 Subject: [PATCH] add a space between the header and the player list --- README.md | 2 +- ScoreboardExt/Classes/KFScoreBoard.uc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a8368b..f547593 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ - perk (bool) - kills (bool) - assists (bool) - - ovverride admin status (bool) + - override admin status (bool) 3. Players and status relations 4. Check fields char capacity (crop if text is large then cap) \ No newline at end of file diff --git a/ScoreboardExt/Classes/KFScoreBoard.uc b/ScoreboardExt/Classes/KFScoreBoard.uc index 5206b92..e23eb8a 100644 --- a/ScoreboardExt/Classes/KFScoreBoard.uc +++ b/ScoreboardExt/Classes/KFScoreBoard.uc @@ -217,7 +217,7 @@ function DrawMenu() DrawTextShadowHVCenter(class'KFGFxHUD_ScoreboardWidget'.default.PingString, XPos + PingXPos, YPos, PingWBox, FontScalar); PlayersList.XPosition = ((Canvas.ClipX - Width) * 0.5) / InputPos[2]; - PlayersList.YPosition = (YPos + (YL + 4)) / InputPos[3]; + PlayersList.YPosition = (YPos + (YL + Owner.HUDOwner.ScaledBorderSize*2)) / InputPos[3]; PlayersList.YSize = (1.f - PlayersList.YPosition) - 0.15; PlayersList.ChangeListSize(KFPRIArray.Length);