mask the settings overlay

This commit is contained in:
Jorolf 2017-08-19 17:00:01 +02:00
parent 3eb5267651
commit bae1340b50

View File

@ -79,6 +79,7 @@ namespace osu.Game.Overlays
}, },
SectionsContainer = new SettingsSectionsContainer SectionsContainer = new SettingsSectionsContainer
{ {
Masking = true,
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ExpandableHeader = CreateHeader(), ExpandableHeader = CreateHeader(),
FixedHeader = searchTextBox = new SearchTextBox FixedHeader = searchTextBox = new SearchTextBox