Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering authored Apr 26, 2022
1 parent 41ac436 commit 525660a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public ListView_Explicit_Items()
.Select(i => new ListViewItem
{
Content = i,
Margin = thinckness,
Margin = thickness,
})
.ToArray();
}
Expand Down

0 comments on commit 525660a

Please sign in to comment.