revert DISPLAY_MONITOR_WIDTH

This commit is contained in:
sonil 2022-11-27 20:38:46 +08:00
parent dd197c1abc
commit e1c4cf5232
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace fallout {
#define DISPLAY_MONITOR_X (23) #define DISPLAY_MONITOR_X (23)
#define DISPLAY_MONITOR_Y (24) #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_HEIGHT (60)
#define DISPLAY_MONITOR_HALF_HEIGHT (DISPLAY_MONITOR_HEIGHT / 2) #define DISPLAY_MONITOR_HALF_HEIGHT (DISPLAY_MONITOR_HEIGHT / 2)