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

Increase height of contracted score panel to fit mods again

This commit is contained in:
Dean Herbert 2020-10-09 13:26:09 +09:00
parent 389ffe7da5
commit 8be19fd820

View File

@ -29,7 +29,7 @@ namespace osu.Game.Screens.Ranking
/// <summary>
/// Height of the panel when contracted.
/// </summary>
private const float contracted_height = 355;
private const float contracted_height = 385;
/// <summary>
/// Width of the panel when expanded.