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.
1 parent 72d8049 commit 7e82efcCopy full SHA for 7e82efc
src/textual/_arrange.py
@@ -53,6 +53,7 @@ def arrange(
53
Returns:
54
Widget arrangement information.
55
"""
56
+ print("ARRANGE", widget)
57
placements: list[WidgetPlacement] = []
58
scroll_spacing = NULL_SPACING
59
styles = widget.styles
0 commit comments