1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 17:50:37 +08:00

Add global Top and Horizontal padding to NewsContent

This commit is contained in:
Lucas A
2019-08-18 14:52:26 +02:00
Unverified
parent 4d1b1a4022
commit af2ffac03a
+1 -1
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 };
}
}
}