adjusted column_x width to 2.85 from 2.8

This commit is contained in:
ChuckBuilds
2025-04-23 17:49:42 -05:00
parent beceae1f78
commit a2422cd507

View File

@@ -450,7 +450,7 @@ class StockManager:
start_y = (height - total_text_height) // 2
# Calculate center x position for the column
column_x = width // 2.8
column_x = width // 2.85
# Draw symbol
symbol_width = symbol_bbox[2] - symbol_bbox[0]
symbol_x = column_x - (symbol_width // 2)