mirror of https://github.com/ppy/osu
Fix regression in spacing on schedule screen
This commit is contained in:
parent
540c58c359
commit
4bdaca3816
|
@ -294,6 +294,7 @@ public ScheduleContainer(string title)
|
|||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Spacing = new Vector2(0, -6),
|
||||
Margin = new MarginPadding(10)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue