1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +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
{
ScrollDraggerVisible = false,
RelativeSizeAxes = Axes.Y,
Width = width,
Margin = new MarginPadding { Left = sidebar_width },