mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
add border bottom
This commit is contained in:
@ -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