Skip to content

Commit 9ba1ce6

Browse files
Remove max_size usage with displayio.Group
1 parent ddc4f95 commit 9ba1ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLUE_Light_Painter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def make_ui_group(self, main_config, config_label, rect_val=None):
311311
0.0 = min, 1.0 = full display width.
312312
Returns: displayio group
313313
"""
314-
group = displayio.Group(max_size=7)
314+
group = displayio.Group()
315315
group.append(centered_label('TAP L/R to', 3, 2))
316316
group.append(centered_label('select item' if main_config else
317317
'select image' if self.config_mode is 0

0 commit comments

Comments
 (0)