diff --git a/osu.Game/Screens/Select/FilterControl.cs b/osu.Game/Screens/Select/FilterControl.cs index 6cddd7b6d8..45b6b56bbb 100644 --- a/osu.Game/Screens/Select/FilterControl.cs +++ b/osu.Game/Screens/Select/FilterControl.cs @@ -76,8 +76,8 @@ namespace osu.Game.Screens.Select { Padding = new MarginPadding(20), BypassContainsCheck = true, - RelativeSizeAxes = Axes.Y, - Width = 500, + RelativeSizeAxes = Axes.Both, + Width = 0.5f, Anchor = Anchor.TopRight, Origin = Anchor.TopRight, Children = new Drawable[]