We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec0dd9 commit c1abafcCopy full SHA for c1abafc
CLUE_I_Ching/clue_iching.py
@@ -71,7 +71,7 @@
71
hexname = label.Label(font, text=" "*40, color=FONT_COLOR)
72
# this will initially hold the "shake for reading" message
73
hexname.text = " SHAKE\n FOR\nREADING"
74
-hexname.anchor_point = (0.5, 0.0)
+hexname.anchor_point = (0.5, 0.5)
75
hexname.anchored_position = (120, 120)
76
77
# Set up main display group (splash)
0 commit comments