Skip to content

Commit 9182e12

Browse files
committed
clarify default cell_anchor_point
1 parent 7e75c94 commit 9182e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_displayio_layout/layouts/grid_layout.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class GridLayout(displayio.Group):
5252
lines before. Column indexes are 0 based.
5353
:param divider_line_color: The color of the divider lines (in hexadecimal)
5454
:param tuple cell_anchor_point: Anchor point used within every cell. Needs to
55-
be a tuple containing two floats between 0.0 and 1.0
55+
be a tuple containing two floats between 0.0 and 1.0. Default is (0.0, 0.0)
56+
which will anchor content to the top left of the cell.
5657
5758
"""
5859

0 commit comments

Comments
 (0)