Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Avalonia.Controls/WrapPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static WrapPanel()
}

/// <summary>
/// Gets or sets the spacing between lines.
/// Gets or sets the spacing between items.
/// </summary>
public double ItemSpacing
{
Expand All @@ -93,7 +93,7 @@ public double ItemSpacing
}

/// <summary>
/// Gets or sets the spacing between items.
/// Gets or sets the spacing between lines.
/// </summary>
public double LineSpacing
{
Expand Down
Loading