mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
adjusted column_x width to 2.8 from 2.75
This commit is contained in:
@@ -450,8 +450,7 @@ class StockManager:
|
|||||||
start_y = (height - total_text_height) // 2
|
start_y = (height - total_text_height) // 2
|
||||||
|
|
||||||
# Calculate center x position for the column
|
# Calculate center x position for the column
|
||||||
column_x = width // 2.75
|
column_x = width // 2.8
|
||||||
|
|
||||||
# Draw symbol
|
# Draw symbol
|
||||||
symbol_width = symbol_bbox[2] - symbol_bbox[0]
|
symbol_width = symbol_bbox[2] - symbol_bbox[0]
|
||||||
symbol_x = column_x - (symbol_width // 2)
|
symbol_x = column_x - (symbol_width // 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user