Merge branch 'master' into fix-duplicate-online-ids

This commit is contained in:
Dan Balasescu
2019-11-15 11:12:06 +09:00
committed by GitHub

View File

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