Fix more silly hacks.

This commit is contained in:
Dean Herbert 2017-03-03 13:58:01 +09:00
parent 2e01857782
commit fb6c25edf8
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,8 @@ public BeatmapOptionsButton()
{
new Container
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Shear = new Vector2(0.2f, 0f),
Masking = true,
@ -110,7 +112,6 @@ public BeatmapOptionsButton()
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Position = new Vector2(-10f, -5f), // center the content visually
Direction = FillDirection.Down,
Children = new Drawable[]
{