Reduce spacing between recent participants tiles

This commit is contained in:
smoogipoo
2020-06-25 21:59:36 +09:00
parent 7c1dd43899
commit 20092c58ff

View File

@ -79,7 +79,7 @@ namespace osu.Game.Screens.Multi.Components
Direction = Direction, Direction = Direction,
AutoSizeAxes = AutoSizeAxes, AutoSizeAxes = AutoSizeAxes,
RelativeSizeAxes = RelativeSizeAxes, RelativeSizeAxes = RelativeSizeAxes,
Spacing = new Vector2(10) Spacing = Vector2.One
}; };
for (int i = 0; i < RecentParticipants.Count; i++) for (int i = 0; i < RecentParticipants.Count; i++)