1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 03:42:57 +08:00

Fix regression in spacing on schedule screen

This commit is contained in:
Dean Herbert 2023-08-31 18:05:04 +09:00
parent 540c58c359
commit 4bdaca3816

View File

@ -294,6 +294,7 @@ namespace osu.Game.Tournament.Screens.Schedule
{
Direction = FillDirection.Vertical,
RelativeSizeAxes = Axes.Both,
Spacing = new Vector2(0, -6),
Margin = new MarginPadding(10)
},
}