This commit is contained in:
DrabWeb
2017-05-26 03:10:36 -03:00
parent 28ee00109d
commit 5785715ad5
5 changed files with 8 additions and 10 deletions

View File

@ -30,7 +30,7 @@ namespace osu.Game.Overlays.SearchableList
protected abstract SearchableListHeader<T> CreateHeader();
protected abstract SearchableListFilterControl<U> CreateFilterControl();
public SearchableListOverlay()
protected SearchableListOverlay()
{
RelativeSizeAxes = Axes.Both;
@ -82,7 +82,7 @@ namespace osu.Game.Overlays.SearchableList
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Horizontal = SearchableListOverlay.WIDTH_PADDING },
Padding = new MarginPadding { Horizontal = WIDTH_PADDING },
Direction = FillDirection.Vertical,
},
},