Fix options sidebar not displaying correclty.

This commit is contained in:
Dean Herbert
2017-02-18 22:29:20 +09:00
parent b92726c8ee
commit ebc38917dc

View File

@ -74,6 +74,7 @@ namespace osu.Game.Overlays.Options
{
Content.Anchor = Anchor.CentreLeft;
Content.Origin = Anchor.CentreLeft;
RelativeSizeAxes = Axes.Both;
}
}
}