mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 11:52:54 +08:00
Fix spacing
This commit is contained in:
parent
0aed625bb8
commit
fcfab9e53c
@ -183,7 +183,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
else
|
||||
{
|
||||
Padding = new MarginPadding();
|
||||
activeContent.Padding = activeContent.Padding with { Left = -6 };
|
||||
activeContent.Padding = activeContent.Padding with { Left = -4 };
|
||||
icon.Hide();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user