1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Remove total score border gradient

This commit is contained in:
Joseph Madamba 2024-05-02 23:00:04 -07:00
parent 32df6991ad
commit 2d4f2245ee

View File

@ -353,8 +353,7 @@ namespace osu.Game.Online.Leaderboards
new Container
{
AutoSizeAxes = Axes.X,
// makeshift inner border
Height = height - 4,
RelativeSizeAxes = Axes.Y,
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Padding = new MarginPadding { Right = grade_width },