mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Proportionally adjust width in line with change
This commit is contained in:
parent
4502fa39e9
commit
6f1ef3243d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user