From 913239ee5deb06df6cc604be46115d69b62ac139 Mon Sep 17 00:00:00 2001
From: sinisterseed <jordiska@yahoo.com>
Date: Fri, 13 Nov 2020 17:10:13 +0200
Subject: [PATCH] - minor adjustment to the level stats widget. Since the
 widget was right on top of the status bar, the shadows behind it were
 slightly bleeding into it.

---
 source/core/statusbar2.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core/statusbar2.cpp b/source/core/statusbar2.cpp
index 9fc026780..5d4ace4e2 100644
--- a/source/core/statusbar2.cpp
+++ b/source/core/statusbar2.cpp
@@ -144,7 +144,7 @@ void DBaseStatusBar::PrintLevelStats(FLevelStats &stats)
 	double spacing = stats.spacing * hud_statscale;
 	if (stats.screenbottomspace < 0)
 	{
-		y = 200 - RelTop - spacing;
+		y = 200 - RelTop - spacing - 1;
 	}
 	else
 	{