mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Fix multiple notice boxes having no spacing
This commit is contained in:
parent
ea88aee41f
commit
6e5b1280b7
@ -12,6 +12,7 @@ using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Resources.Localisation.Web;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Overlays.Wiki.Markdown
|
||||
{
|
||||
@ -26,6 +27,7 @@ namespace osu.Game.Overlays.Wiki.Markdown
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Direction = FillDirection.Vertical;
|
||||
Spacing = new Vector2(10);
|
||||
|
||||
foreach (object line in yamlFrontMatterBlock.Lines)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user