From fb6c25edf8fc58bd4b408680f3ccdef7824be6fd Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 3 Mar 2017 13:58:01 +0900 Subject: [PATCH] Fix more silly hacks. --- osu.Game/Screens/Select/Options/BeatmapOptionsButton.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osu.Game/Screens/Select/Options/BeatmapOptionsButton.cs b/osu.Game/Screens/Select/Options/BeatmapOptionsButton.cs index 72e48a6256..02db5c47e6 100644 --- a/osu.Game/Screens/Select/Options/BeatmapOptionsButton.cs +++ b/osu.Game/Screens/Select/Options/BeatmapOptionsButton.cs @@ -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[] {