1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Minor spacing / reformatting

This commit is contained in:
Dean Herbert 2021-05-26 22:35:11 +09:00
parent 1bde11a07e
commit 71de541245

View File

@ -34,12 +34,14 @@ namespace osu.Game.Overlays.News.Displays
{
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Padding = new MarginPadding
{
Vertical = 20,
Left = 30,
Right = 50
};
InternalChild = new FillFlowContainer
{
RelativeSizeAxes = Axes.X,
@ -61,10 +63,7 @@ namespace osu.Game.Overlays.News.Displays
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Margin = new MarginPadding
{
Top = 15
},
Margin = new MarginPadding { Top = 15 },
Action = RequestMorePosts,
Alpha = 0
}