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.
2 parents 59c2411 + a5d8f82 commit 614a105Copy full SHA for 614a105
examples/macropad_grid_layout.py
@@ -22,7 +22,7 @@
22
text=" KEYPRESSES ",
23
background_color=0xFFFFFF,
24
)
25
-layout = GridLayout(x=0, y=10, width=128, height=54, grid_size=(3, 4), cell_padding=5)
+layout = GridLayout(x=0, y=10, width=128, height=54, grid_size=(3, 4), cell_padding=1)
26
labels = []
27
for _ in range(12):
28
labels.append(label.Label(terminalio.FONT, text=""))
0 commit comments