This commit is contained in:
Andrei Zavatski 2020-11-14 20:17:32 +03:00
parent 5354bf1fa5
commit a94546f905
3 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
protected ChartProfileSubsection(Bindable<User> user, string headerText)
: base(user, headerText)
{
}
protected override Drawable CreateContent() => new Container

View File

@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
}
}
},
new Drawable[]
new[]
{
Empty(),
columnTicksContainer = new Container<TickText>

View File

@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Profile.Sections
AutoSizeAxes = Axes.Y;
Direction = FillDirection.Vertical;
Children = new Drawable[]
Children = new[]
{
header = new ProfileSubsectionHeader(headerText, counterVisibilityState)
{