Fix vertical overlaps on multiselection filters when they wrap

This commit is contained in:
Bartłomiej Dach 2024-06-28 09:07:29 +02:00
parent fa1527f446
commit 030bbf2641
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}