1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Fix SettingsNumberBox having additional margin

This commit is contained in:
Dean Herbert 2023-07-21 15:43:48 +09:00
parent 9d71e8f20d
commit b5c3231feb

View File

@ -36,7 +36,6 @@ namespace osu.Game.Overlays.Settings
{
numberBox = new OutlinedNumberBox
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true
}