Adjust comments placement

This commit is contained in:
Andrei Zavatski
2020-02-21 17:29:51 +03:00
parent 48a9b465ef
commit c49074dde3
3 changed files with 10 additions and 6 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Overlays.Changelog
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Direction = FillDirection.Vertical;
Padding = new MarginPadding { Bottom = 50 };
}
}
}