diff --git a/src/stock_manager.py b/src/stock_manager.py index 47174349..16d9603b 100644 --- a/src/stock_manager.py +++ b/src/stock_manager.py @@ -477,7 +477,7 @@ class StockManager: column_x = width // 2.85 else: # When chart is disabled, position text with more space from logo - column_x = width // 2.85 + column_x = width // 2.2 # Draw symbol symbol_width = symbol_bbox[2] - symbol_bbox[0]