Fix post-merge issues

This commit is contained in:
Dean Herbert
2022-01-04 16:46:42 +09:00
parent 69e7ee0f48
commit 1c899e4402
4 changed files with 4 additions and 13 deletions

View File

@ -21,6 +21,7 @@ namespace osu.Game.Graphics.UserInterface.PageSelector
public PageSelector()
{
AutoSizeAxes = Axes.Both;
InternalChild = new FillFlowContainer
{
AutoSizeAxes = Axes.Both,