Hide left border of beatmap wedge

This commit is contained in:
smoogipoo
2021-08-13 22:29:22 +09:00
parent 7725336008
commit 0e66a05963
2 changed files with 3 additions and 1 deletions

View File

@ -203,6 +203,7 @@ namespace osu.Game.Screens.Select
Margin = new MarginPadding
{
Right = left_area_padding,
Left = -BeatmapInfoWedge.BORDER_THICKNESS, // Hide the left border
},
},
new Container