mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:03:22 +08:00
Reduce height of song progress handle
This commit is contained in:
parent
c4a1c466bc
commit
b351aae93f
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
private const int bottom_bar_height = 5;
|
||||
|
||||
private static readonly Vector2 handle_size = new Vector2(14, 25);
|
||||
private static readonly Vector2 handle_size = new Vector2(14, 18);
|
||||
|
||||
private const float transition_duration = 200;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user