Update src/textual/box_model.py

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-04-22 11:48:09 +01:00
committed by GitHub
parent 2dd9f804e4
commit e847f50ac2

View File

@@ -27,7 +27,7 @@ def get_box_model(
Args:
styles (StylesBase): Styles object.
container_size (Size): The size of the widget container.
parent_size (Size): The size widget's parent.
parent_size (Size): The size of the widget's parent.
get_auto_width (Callable): A callable which accepts container size and parent size and returns a width.
get_auto_height (Callable): A callable which accepts container size and parent size and returns a height.