From 39bc9787f8f951c298601e3e267e96ff7ad5e3aa Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 21:09:01 -0500 Subject: [PATCH] shift symbol and price slightly closer to chart --- src/stock_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stock_manager.py b/src/stock_manager.py index 00282db9..53d0184c 100644 --- a/src/stock_manager.py +++ b/src/stock_manager.py @@ -413,7 +413,7 @@ class StockManager: start_y = (height - total_text_height) // 2 # Position text elements centered between logo and chart - text_x = width // 4 # Changed from width//6 to width//4 to center between logo and chart + text_x = width // 3.5 # Changed from width//6 to width//4 to center between logo and chart # Draw symbol symbol_width = symbol_bbox[2] - symbol_bbox[0]