Merge branch 'master' into fix-beatmapoverlay-graphs

This commit is contained in:
Dean Herbert
2019-06-15 13:42:13 +09:00
committed by GitHub
29 changed files with 272 additions and 61 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Screens.Select
private readonly AdvancedStats advanced;
private readonly DetailBox ratingsContainer;
private readonly UserRatings ratings;
private readonly ScrollContainer metadataScroll;
private readonly OsuScrollContainer metadataScroll;
private readonly MetadataSection description, source, tags;
private readonly Container failRetryContainer;
private readonly FailRetryGraph failRetryGraph;
@ -111,7 +111,7 @@ namespace osu.Game.Screens.Select
},
},
},
metadataScroll = new ScrollContainer
metadataScroll = new OsuScrollContainer
{
RelativeSizeAxes = Axes.X,
Width = 0.5f,