mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +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,
|
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++)
|
||||||
|
Loading…
Reference in New Issue
Block a user