diff --git a/src/widget/grid/layout.rs b/src/widget/grid/layout.rs index a7019b6b..9a193010 100644 --- a/src/widget/grid/layout.rs +++ b/src/widget/grid/layout.rs @@ -95,8 +95,8 @@ pub fn resolve( display: Display::Grid, gap: taffy::geometry::Size { - width: length(row_spacing), - height: length(column_spacing), + width: length(column_spacing), + height: length(row_spacing), }, justify_items: Some(match height {