potential fix

This commit is contained in:
Will McGugan 2024-02-26 15:42:08 +00:00
parent 7327987a18
commit 1909ba42d6

View file

@ -211,7 +211,7 @@ class GridLayout(Layout):
widget.get_content_height(
size,
viewport,
column_width - parent.styles.grid_gutter_vertical,
column_width,
)
+ widget.styles.gutter.height,
)