Fix slider bar regression when using arrows

This commit is contained in:
Joehu
2019-10-17 13:54:36 -07:00
parent 649951198e
commit e5b50b5e1f
3 changed files with 14 additions and 9 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Overlays
protected SettingsSectionsContainer SectionsContainer;
private SearchTextBox searchTextBox;
private FixedSearchTextBox searchTextBox;
/// <summary>
/// Provide a source for the toolbar height.
@ -80,7 +80,7 @@ namespace osu.Game.Overlays
Masking = true,
RelativeSizeAxes = Axes.Both,
ExpandableHeader = CreateHeader(),
FixedHeader = searchTextBox = new SearchTextBox
FixedHeader = searchTextBox = new FixedSearchTextBox
{
RelativeSizeAxes = Axes.X,
Origin = Anchor.TopCentre,