Truncate long metadata on beatmap info wedge

This commit is contained in:
Joehu
2019-09-24 16:06:33 -07:00
parent 4271b3bb50
commit 7fab1a4337
2 changed files with 17 additions and 7 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Screens.Select
{
public abstract class SongSelect : OsuScreen, IKeyBindingHandler<GlobalAction>
{
private static readonly Vector2 wedged_container_size = new Vector2(0.5f, 245);
public static readonly Vector2 wedged_container_size = new Vector2(0.5f, 245);
protected const float BACKGROUND_BLUR = 20;
private const float left_area_padding = 20;