From 8a4758ff3a79d54b7a7bef7b81da797044784050 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:03:00 -0500 Subject: [PATCH] style: Increase horizontal space between count indicators in live MLB display --- src/mlb_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlb_manager.py b/src/mlb_manager.py index f92cdc64..7a539d2b 100644 --- a/src/mlb_manager.py +++ b/src/mlb_manager.py @@ -547,7 +547,7 @@ class MLBLiveManager(BaseMLBManager): diamond_size = 7 # Increase size of the base diamonds circle_diameter = 3 # Diameter of the count circles vertical_spacing = 1 # Space between bases row and count row - horizontal_spacing = 1 # Space between elements + horizontal_spacing = 2 # Increase space between elements # Calculate total dimensions base_cluster_height = diamond_size + vertical_spacing + circle_diameter