adjust stock logo position

This commit is contained in:
Chuck
2025-07-23 17:43:27 -05:00
parent 7f38aec32a
commit bb52bfdecb

View File

@@ -477,7 +477,7 @@ class StockManager:
column_x = width // 2.85 column_x = width // 2.85
else: else:
# When chart is disabled, position text with more space from logo # When chart is disabled, position text with more space from logo
column_x = width // 2.85 column_x = width // 2.2
# Draw symbol # Draw symbol
symbol_width = symbol_bbox[2] - symbol_bbox[0] symbol_width = symbol_bbox[2] - symbol_bbox[0]