mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Reduce spacing between recent participants tiles
This commit is contained in:
parent
7c1dd43899
commit
20092c58ff
@ -79,7 +79,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
Direction = Direction,
|
||||
AutoSizeAxes = AutoSizeAxes,
|
||||
RelativeSizeAxes = RelativeSizeAxes,
|
||||
Spacing = new Vector2(10)
|
||||
Spacing = Vector2.One
|
||||
};
|
||||
|
||||
for (int i = 0; i < RecentParticipants.Count; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user