mirror of
https://github.com/ppy/osu.git
synced 2025-01-09 05:29:04 +08:00
Revert "Reduce social overlay/direct overlay paddings"
This reverts commit cb11292181
.
This commit is contained in:
parent
30426fbf30
commit
184d10a75a
@ -15,7 +15,7 @@ namespace osu.Game.Overlays.SearchableList
|
|||||||
{
|
{
|
||||||
public abstract class SearchableListOverlay : FullscreenOverlay
|
public abstract class SearchableListOverlay : FullscreenOverlay
|
||||||
{
|
{
|
||||||
public const float WIDTH_PADDING = 10;
|
public const float WIDTH_PADDING = 80;
|
||||||
|
|
||||||
protected SearchableListOverlay(OverlayColourScheme colourScheme)
|
protected SearchableListOverlay(OverlayColourScheme colourScheme)
|
||||||
: base(colourScheme)
|
: base(colourScheme)
|
||||||
|
Loading…
Reference in New Issue
Block a user