Add global Top and Horizontal padding to NewsContent

This commit is contained in:
Lucas A
2019-08-18 14:52:26 +02:00
parent 4d1b1a4022
commit af2ffac03a

View File

@ -13,7 +13,7 @@ namespace osu.Game.Overlays.News
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Direction = FillDirection.Vertical;
Padding = new MarginPadding { Bottom = 100 };
Padding = new MarginPadding { Bottom = 100, Top = 20, Horizontal = 50 };
}
}
}