mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:06:08 +08:00
Add padding beneath sliders in options.
This commit is contained in:
parent
97d52188b2
commit
0fefa50b54
@ -48,8 +48,8 @@ namespace osu.Game.Overlays.Options
|
|||||||
},
|
},
|
||||||
slider = new OsuSliderBar<T>
|
slider = new OsuSliderBar<T>
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding { Top = 5 },
|
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user