Update ScrollContainer usages in line with framework changes

This commit is contained in:
Dean Herbert
2019-06-14 15:55:32 +09:00
parent 73a83e7f05
commit bc574520bf
18 changed files with 125 additions and 23 deletions

View File

@ -30,7 +30,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;
@ -107,7 +107,7 @@ namespace osu.Game.Screens.Select
},
},
},
metadataScroll = new ScrollContainer
metadataScroll = new OsuScrollContainer
{
RelativeSizeAxes = Axes.X,
Width = 0.5f,