This commit is contained in:
Andrei Zavatski 2019-06-22 03:08:18 +03:00
parent 3723ea05de
commit 4963d4e8df
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ namespace osu.Game.Overlays.Profile
{
triangles.ColourLight = colours.GreySeafoamDark;
triangles.ColourDark = colours.GreySeafoamDarker;
foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0,0,0,0));
foreground.Colour = ColourInfo.GradientVertical(colours.GreySeafoamDarker, new Color4(0, 0, 0, 0));
}
}
}

View File

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