mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unneeded extra padding from settings number box
This commit is contained in:
@ -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?>
|
||||
|
Reference in New Issue
Block a user