mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Hide scroll bar.
This commit is contained in:
parent
89986e8e77
commit
bcfb1392d7
@ -83,6 +83,7 @@ namespace osu.Game.Overlays
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
};
|
||||
sectionsContainer.ScrollContainer.ScrollbarVisible = false;
|
||||
Add(sectionsContainer);
|
||||
sectionsContainer.SelectedSection.ValueChanged += s =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user