Small fix to alignement
This commit is contained in:
@@ -59,7 +59,7 @@ class CheckboxRenderer:
|
||||
# Draw score boxes
|
||||
start_x = pos['w'] + 20
|
||||
for val in SCORES:
|
||||
box = draw_checkbox(draw, start_x, pos['y'] + 5, BOX_SIZE, str(val))
|
||||
box = draw_checkbox(draw, start_x, pos['y'] + 25, BOX_SIZE, str(val))
|
||||
self.checkboxes.append({
|
||||
"type": "score", "label": self.label, "value": val,
|
||||
"rel_box": box # Will be adjusted for global Y later
|
||||
|
||||
Reference in New Issue
Block a user