mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
CI fixes
This commit is contained in:
@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user