1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Merge pull request #8103 from smoogipoo/reduce-overlay-paddings

Reduce social overlay/direct overlay paddings
This commit is contained in:
Dean Herbert 2020-03-03 16:58:59 +09:00 committed by GitHub
commit 3eabe80adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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