1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Add padding beneath sliders in options.

This commit is contained in:
Dean Herbert 2017-02-04 20:57:08 +09:00
parent 97d52188b2
commit 0fefa50b54

View File

@ -48,8 +48,8 @@ namespace osu.Game.Overlays.Options
},
slider = new OsuSliderBar<T>
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
Margin = new MarginPadding { Top = 5, Bottom = 5 },
RelativeSizeAxes = Axes.X
}
};
}