1
0
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:
Dean Herbert
2023-07-21 15:43:48 +09:00
Unverified
parent 9d71e8f20d
commit b5c3231feb
@@ -36,7 +36,6 @@ namespace osu.Game.Overlays.Settings
{
numberBox = new OutlinedNumberBox
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true
}