updates to options and debug apps allowing them to run side by side.

This commit is contained in:
Lucas
2022-04-27 10:53:44 -04:00
parent 5486f8a9e7
commit 43104ac2d2
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class DebugApp(App):
self.labels.append(label.Label(terminalio.FONT, text=""))
for index in range(12):
x = index % 3 + 1
x = index % 3
y = index // 3
self.layout.add_content(self.labels[index], grid_position=(x, y), cell_size=(1, 1))