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

Remove unneeded extra padding from settings number box

This commit is contained in:
Bartłomiej Dach 2021-10-15 23:24:53 +02:00
parent 552fc1dc8a
commit 2a41e8bd1f
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -13,7 +13,6 @@ namespace osu.Game.Overlays.Settings
protected override Drawable CreateControl() => new NumberControl
{
RelativeSizeAxes = Axes.X,
Margin = new MarginPadding { Top = 5 }
};
private sealed class NumberControl : CompositeDrawable, IHasCurrentValue<int?>