Rename ScrollToTopButton to ScrollBackButton

This commit is contained in:
Joseph Madamba
2023-02-26 14:39:34 -08:00
parent dc00905f8d
commit fa710ae1b0
2 changed files with 7 additions and 7 deletions

View File

@ -126,7 +126,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private partial class TestScrollContainer : OverlayScrollContainer
{
public new ScrollToTopButton Button => base.Button;
public new ScrollBackButton Button => base.Button;
}
}
}