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:
parent
540c58c359
commit
4bdaca3816
@ -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)
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user