Revert "Reduce social overlay/direct overlay paddings"

This reverts commit cb11292181.
This commit is contained in:
recapitalverb 2020-03-04 15:45:22 +07:00
parent 30426fbf30
commit 184d10a75a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.SearchableList
{
public abstract class SearchableListOverlay : FullscreenOverlay
{
public const float WIDTH_PADDING = 10;
public const float WIDTH_PADDING = 80;
protected SearchableListOverlay(OverlayColourScheme colourScheme)
: base(colourScheme)