diff --git a/osu.Game/Overlays/Settings/SettingsNumberBox.cs b/osu.Game/Overlays/Settings/SettingsNumberBox.cs index d36aa2bfc2..aca7a210b3 100644 --- a/osu.Game/Overlays/Settings/SettingsNumberBox.cs +++ b/osu.Game/Overlays/Settings/SettingsNumberBox.cs @@ -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