Add spacing to difficulty icons on direct panels (#5957)

Add spacing to difficulty icons on direct panels
This commit is contained in:
Dean Herbert
2019-09-03 18:44:58 +09:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Overlays.Direct
public readonly BeatmapSetInfo SetInfo;
private const double hover_transition_time = 400;
private const int maximum_difficulty_icons = 15;
private const int maximum_difficulty_icons = 10;
private Container content;