mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:09:54 +08:00
add border bottom
This commit is contained in:
parent
f7a02219b8
commit
3fb2ca4f4a
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user