1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

Proportionally adjust width in line with change

This commit is contained in:
Dean Herbert
2018-10-31 02:56:25 +09:00
Unverified
parent 4502fa39e9
commit 6f1ef3243d
+1 -1
View File
@@ -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, 18);
private static readonly Vector2 handle_size = new Vector2(10, 18);
private const float transition_duration = 200;