mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
shift symbol and price slightly closer to chart
This commit is contained in:
@@ -413,7 +413,7 @@ class StockManager:
|
|||||||
start_y = (height - total_text_height) // 2
|
start_y = (height - total_text_height) // 2
|
||||||
|
|
||||||
# Position text elements centered between logo and chart
|
# 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
|
# Draw symbol
|
||||||
symbol_width = symbol_bbox[2] - symbol_bbox[0]
|
symbol_width = symbol_bbox[2] - symbol_bbox[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user