1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +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 new Container
{ {
AutoSizeAxes = Axes.X, AutoSizeAxes = Axes.X,
// makeshift inner border RelativeSizeAxes = Axes.Y,
Height = height - 4,
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft, Origin = Anchor.CentreLeft,
Padding = new MarginPadding { Right = grade_width }, Padding = new MarginPadding { Right = grade_width },