1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 18:03:55 +08:00
This commit is contained in:
Andrei Zavatski
2019-06-22 03:08:18 +03:00
Unverified
parent 3723ea05de
commit 4963d4e8df
2 changed files with 2 additions and 2 deletions
+1 -1
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));
}
}
}
+1 -1
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,