1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:42:56 +08:00

Reduce height of song progress handle

This commit is contained in:
Paul Teng 2018-10-18 07:02:18 -04:00
parent c4a1c466bc
commit b351aae93f

View File

@ -21,7 +21,7 @@ namespace osu.Game.Screens.Play
{ {
private const int bottom_bar_height = 5; 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; private const float transition_duration = 200;