summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscores.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r--src/sliceitoff/screens/hiscores.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sliceitoff/screens/hiscores.py b/src/sliceitoff/screens/hiscores.py
index 98bfd46..74a0ee2 100644
--- a/src/sliceitoff/screens/hiscores.py
+++ b/src/sliceitoff/screens/hiscores.py
@@ -4,6 +4,6 @@ def hiscores_screen(score_text):
return TextPage(
score_text,
font = 'lcd',
- size = (8_000, 16_000),
- grid = (9_000, 14_000),
- pos = (8_000, 0_000) )
+ size = (12_000, 24_000),
+ grid = (12_000, 20_000),
+ pos = (12_000, 0_000) )