Adjusting text box width

This commit is contained in:
The Gears of Progress 2026-02-01 19:44:05 -05:00
parent 7def9f6b01
commit 8b846a223b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 406 B

View File

@ -8,7 +8,7 @@
#define V_MAX 160
#define LEFT 8
#define RIGHT (H_MAX - LEFT)
#define TOP 112
#define TOP 120
#define BOTTOM V_MAX
#define INK_WHITE 15