We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scale=1
1 parent 7b98eec commit 0f12a36Copy full SHA for 0f12a36
src/code.py
@@ -359,7 +359,7 @@ def display_page(page_index):
359
print(f"{grid_index} | {grid_index % config["width"], grid_index // config["width"]}")
360
361
362
-page_txt = Label(terminalio.FONT, text="", scale=2, color=color_palette["fg"])
+page_txt = Label(terminalio.FONT, text="", scale=scale, color=color_palette["fg"])
363
page_txt.anchor_point = (1.0, 1.0)
364
page_txt.anchored_position = (display.width - 2, display.height - 2)
365
main_group.append(page_txt)
0 commit comments