mirror of https://github.com/ppy/osu
Fix vertical overlaps on multiselection filters when they wrap
This commit is contained in:
parent
fa1527f446
commit
030bbf2641
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue