mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Minor spacing / reformatting
This commit is contained in:
parent
1bde11a07e
commit
71de541245
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user