mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 17:02:55 +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 },
|
Margin = new MarginPadding { Top = 30 },
|
||||||
},
|
},
|
||||||
new ChangelogSupporterPromo(),
|
new ChangelogSupporterPromo(),
|
||||||
|
new Box
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Height = 2,
|
||||||
|
Colour = colourProvider.Background6,
|
||||||
|
},
|
||||||
comments = new CommentsContainer()
|
comments = new CommentsContainer()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user