mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 03:20:16 +08:00
Merge pull request #33382 from peppy/personal-best-overlap-fix
SongSelectV2: Add padding to avoid overlap between mods button and personal best
This commit is contained in:
@@ -75,7 +75,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
|
||||
private readonly IBindable<LeaderboardScores?> fetchedScores = new Bindable<LeaderboardScores?>();
|
||||
|
||||
private const float personal_best_height = 100;
|
||||
private const float personal_best_height = 112;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
|
||||
Reference in New Issue
Block a user