1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

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
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

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