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 ca67e80 + 69e1500 commit 531c81dCopy full SHA for 531c81d
adafruit_displayio_layout/layouts/grid_layout.py
@@ -72,12 +72,6 @@ def _layout_cells(self):
72
button_size_x = cell["cell_size"][0]
73
button_size_y = cell["cell_size"][1]
74
75
- print(
76
- "setting width to: {}".format(
77
- int(button_size_x * self._width / grid_size_x)
78
- - 2 * self.cell_padding
79
- )
80
81
if hasattr(cell["content"], "resize"):
82
# if it has resize function
83
cell["content"].resize(
0 commit comments