mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Hide scroll bar.
This commit is contained in:
@ -83,6 +83,7 @@ namespace osu.Game.Overlays
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
};
|
||||
sectionsContainer.ScrollContainer.ScrollbarVisible = false;
|
||||
Add(sectionsContainer);
|
||||
sectionsContainer.SelectedSection.ValueChanged += s =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user