diff --git a/src/stock_manager.py b/src/stock_manager.py index ffb8d4ba..a6ab3e98 100644 --- a/src/stock_manager.py +++ b/src/stock_manager.py @@ -450,8 +450,7 @@ class StockManager: start_y = (height - total_text_height) // 2 # Calculate center x position for the column - column_x = width // 2.75 - + column_x = width // 2.8 # Draw symbol symbol_width = symbol_bbox[2] - symbol_bbox[0] symbol_x = column_x - (symbol_width // 2)