Adjust triangles colour

This commit is contained in:
Andrei Zavatski
2019-06-23 17:08:18 +03:00
parent f5f041acc8
commit 1c20df780a
2 changed files with 5 additions and 7 deletions

View File

@ -188,8 +188,7 @@ namespace osu.Game.Overlays
RelativeSizeAxes = Axes.Both;
}
protected override FlowContainer<ProfileSection> CreateScrollContentContainer()
=> new FillFlowContainer<ProfileSection>
protected override FlowContainer<ProfileSection> CreateScrollContentContainer() => new FillFlowContainer<ProfileSection>
{
Direction = FillDirection.Vertical,
AutoSizeAxes = Axes.Y,