Skip to content

Commit 563d2ce

Browse files
authored
Merge pull request #2553 from FoamyGuy/matrixportal_guidecount_text_pos
move the guide count text up slightly
2 parents 88fd010 + a9b8928 commit 563d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matrix_Portal_Learn_Stats/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
text_font=FONT,
3939
text_position=(
4040
(matrixportal.graphics.display.width // 12) - 1,
41-
(matrixportal.graphics.display.height // 2) - 4,
41+
(matrixportal.graphics.display.height // 2) - 8,
4242
),
4343
text_color=0x800000,
4444
)

0 commit comments

Comments
 (0)