1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

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
Unverified
@@ -12,6 +12,7 @@ namespace osu.Game.Overlays.Settings
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true,
};
}
}