mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Merge pull request #11771 from Joehuu/hide-mod-settings-scrollbar
This commit is contained in:
commit
07f3eea4e4
@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
new OsuScrollContainer
|
new OsuScrollContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
ScrollbarVisible = false,
|
||||||
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
|
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user