From 1a7c2eda5ec83f0c9ce49b49d595141790d67ba4 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 16 Mar 2017 17:01:02 +0900 Subject: [PATCH] Size FilterControl relatively now that we can. --- osu.Game/Screens/Select/FilterControl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[]