1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +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; RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y; AutoSizeAxes = Axes.Y;
Padding = new MarginPadding Padding = new MarginPadding
{ {
Vertical = 20, Vertical = 20,
Left = 30, Left = 30,
Right = 50 Right = 50
}; };
InternalChild = new FillFlowContainer InternalChild = new FillFlowContainer
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
@ -61,10 +63,7 @@ namespace osu.Game.Overlays.News.Displays
{ {
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre, Origin = Anchor.TopCentre,
Margin = new MarginPadding Margin = new MarginPadding { Top = 15 },
{
Top = 15
},
Action = RequestMorePosts, Action = RequestMorePosts,
Alpha = 0 Alpha = 0
} }