diff --git a/Scripts/FlowLayoutGroup.cs b/Scripts/FlowLayoutGroup.cs index e66405b..49f6a3f 100644 --- a/Scripts/FlowLayoutGroup.cs +++ b/Scripts/FlowLayoutGroup.cs @@ -158,7 +158,7 @@ namespace UnityEngine.UI.Extensions if (!layoutInput) { var h = CalculateRowVerticalOffset(groupHeight, yOffset, currentRowHeight); - + currentRowWidth -= Spacing; // Layout the final row LayoutRow(_rowList, currentRowWidth, currentRowHeight, workingWidth, padding.left, h, axis); }