From e1c4cf523229aba3dd177f07f4ec403e5fe02c26 Mon Sep 17 00:00:00 2001 From: sonil Date: Sun, 27 Nov 2022 20:38:46 +0800 Subject: [PATCH] revert DISPLAY_MONITOR_WIDTH --- src/display_monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display_monitor.cc b/src/display_monitor.cc index 8e13866..b847910 100644 --- a/src/display_monitor.cc +++ b/src/display_monitor.cc @@ -31,7 +31,7 @@ namespace fallout { #define DISPLAY_MONITOR_X (23) #define DISPLAY_MONITOR_Y (24) -#define DISPLAY_MONITOR_WIDTH (175 + gInterfaceBarContentOffset) +#define DISPLAY_MONITOR_WIDTH (167 + gInterfaceBarContentOffset) #define DISPLAY_MONITOR_HEIGHT (60) #define DISPLAY_MONITOR_HALF_HEIGHT (DISPLAY_MONITOR_HEIGHT / 2)