1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 01:32:55 +08:00

Hide scrolldragger in options.

This commit is contained in:
Thomas Müller 2016-11-12 13:10:53 +01:00
parent 1c47773e0d
commit 6355c8bd45

View File

@ -68,6 +68,7 @@ namespace osu.Game.Overlays
}, },
scrollContainer = new ScrollContainer scrollContainer = new ScrollContainer
{ {
ScrollDraggerVisible = false,
RelativeSizeAxes = Axes.Y, RelativeSizeAxes = Axes.Y,
Width = width, Width = width,
Margin = new MarginPadding { Left = sidebar_width }, Margin = new MarginPadding { Left = sidebar_width },