Merge branch 'master' into editor-load-audio

This commit is contained in:
Dean Herbert
2020-09-25 18:32:51 +09:00
11 changed files with 323 additions and 191 deletions

View File

@ -46,6 +46,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
protected virtual OsuTextBox CreateTextBox() => new OsuTextBox
{
CommitOnFocusLost = true,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.X,