mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
Merge pull request #8103 from smoogipoo/reduce-overlay-paddings
Reduce social overlay/direct overlay paddings
This commit is contained in:
commit
3eabe80adf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user