1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

add border bottom

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-10 14:55:57 +07:00
parent f7a02219b8
commit 3fb2ca4f4a
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -72,6 +72,12 @@ namespace osu.Game.Overlays.Changelog
Margin = new MarginPadding { Top = 30 },
},
new ChangelogSupporterPromo(),
new Box
{
RelativeSizeAxes = Axes.X,
Height = 2,
Colour = colourProvider.Background6,
},
comments = new CommentsContainer()
};