Remove group selector for now, tidy up code somewhat

This commit is contained in:
Dean Herbert
2020-07-09 13:47:11 +09:00
parent fd56db2156
commit bbbe8d6f68
3 changed files with 51 additions and 70 deletions

View File

@ -173,7 +173,6 @@ namespace osu.Game.Screens.Select
RelativeSizeAxes = Axes.X,
Height = FilterControl.HEIGHT,
FilterChanged = ApplyFilterToCarousel,
Background = { Width = 2 },
},
new GridContainer // used for max width implementation
{