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
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ public ScheduleContainer(string title)
{
Direction = FillDirection.Vertical,
RelativeSizeAxes = Axes.Both,
Spacing = new Vector2(0, -6),
Margin = new MarginPadding(10)
},
}