Rename container to match "settings" term used everywhere

This commit is contained in:
Dean Herbert
2020-10-14 15:13:49 +09:00
parent 3fd913b13f
commit 24eff8c66d
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Overlays.Mods
protected readonly FillFlowContainer<ModSection> ModSectionsContainer;
protected readonly ModCustomisationContainer ModSettingsContainer;
protected readonly ModSettingsContainer ModSettingsContainer;
public readonly Bindable<IReadOnlyList<Mod>> SelectedMods = new Bindable<IReadOnlyList<Mod>>(Array.Empty<Mod>());
@ -281,7 +281,7 @@ namespace osu.Game.Overlays.Mods
},
},
},
ModSettingsContainer = new ModCustomisationContainer
ModSettingsContainer = new ModSettingsContainer
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.BottomRight,