Skip to content

Commit

Permalink
Fix vertical overlaps on multiselection filters when they wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 28, 2024
1 parent fa1527f commit 030bbf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void load()
{
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Spacing = new Vector2(10, 0);
Spacing = new Vector2(10, 5);

AddRange(GetValues().Select(CreateTabItem));
}
Expand Down

0 comments on commit 030bbf2

Please sign in to comment.