We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fd010 commit a9b8928Copy full SHA for a9b8928
1 file changed
Matrix_Portal_Learn_Stats/code.py
@@ -38,7 +38,7 @@
38
text_font=FONT,
39
text_position=(
40
(matrixportal.graphics.display.width // 12) - 1,
41
- (matrixportal.graphics.display.height // 2) - 4,
+ (matrixportal.graphics.display.height // 2) - 8,
42
),
43
text_color=0x800000,
44
)
0 commit comments