add border bottom

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-08-10 14:55:57 +07:00
parent f7a02219b8
commit 3fb2ca4f4a

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()
};