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 d1baa64 commit 5a41900Copy full SHA for 5a41900
src/textual/_arrange.py
@@ -100,10 +100,9 @@ def arrange(
100
if styles.align_horizontal != "left" or styles.align_vertical != "top":
101
bounding_region = WidgetPlacement.get_bounds(layout_placements)
102
container_width, container_height = dock_region.size
103
- extrema = widget._extrema
104
placement_offset += styles._align_size(
105
bounding_region.size,
106
- extrema.apply_dimensions(
+ widget._extrema.apply_dimensions(
107
0 if styles.is_auto_width else container_width,
108
0 if styles.is_auto_height else container_height,
109
),
0 commit comments