1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Adjust settings slider spacings

This commit is contained in:
Bartłomiej Dach 2021-10-10 19:54:38 +02:00
parent a10a7e7903
commit ed2f9dd443
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings
{
protected override Drawable CreateControl() => new TSlider
{
Margin = new MarginPadding { Top = 5, Bottom = 5 },
Margin = new MarginPadding { Vertical = 10 },
RelativeSizeAxes = Axes.X
};