From 0cfe4ddadff94a7f6d2db80c2954ac9f96ac5439 Mon Sep 17 00:00:00 2001 From: klein panic Date: Fri, 28 Feb 2025 22:00:36 -0500 Subject: [PATCH] Automated update --- build/chess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/chess b/build/chess index 2a3e96b..64bb451 100755 --- a/build/chess +++ b/build/chess @@ -152,7 +152,7 @@ def main(stdscr): move_history = [] undo_stack = [] redo_stack = [] - cell_width = 5 # Adjusted size for larger icons + cell_width = 10 # Adjusted size for larger icons cell_height = 3 selected_square = None piece_selected = False