mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Increase height of contracted score panel to fit mods again
This commit is contained in:
parent
389ffe7da5
commit
8be19fd820
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Height of the panel when contracted.
|
/// Height of the panel when contracted.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const float contracted_height = 355;
|
private const float contracted_height = 385;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Width of the panel when expanded.
|
/// Width of the panel when expanded.
|
||||||
|
Loading…
Reference in New Issue
Block a user