1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 07:14:10 +08:00

Fix more silly hacks.

This commit is contained in:
Dean Herbert
2017-03-03 13:58:01 +09:00
Unverified
parent 2e01857782
commit fb6c25edf8
@@ -76,6 +76,8 @@ namespace osu.Game.Screens.Select.Options
{
new Container
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Shear = new Vector2(0.2f, 0f),
Masking = true,
@@ -110,7 +112,6 @@ namespace osu.Game.Screens.Select.Options
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Position = new Vector2(-10f, -5f), // center the content visually
Direction = FillDirection.Down,
Children = new Drawable[]
{