mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 00:20:38 +08:00
Fix SettingsNumberBox having additional margin
This commit is contained in:
@@ -36,7 +36,6 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
numberBox = new OutlinedNumberBox
|
||||
{
|
||||
Margin = new MarginPadding { Top = 5 },
|
||||
RelativeSizeAxes = Axes.X,
|
||||
CommitOnFocusLost = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user