add SettingsNumberBox and use it in tournament tools

This commit is contained in:
Unknown
2019-06-21 15:04:34 +02:00
committed by Aergwyn
parent 16a4805f1f
commit 1bc1e2459e
3 changed files with 19 additions and 2 deletions

View File

@ -183,7 +183,7 @@ namespace osu.Game.Tournament.Screens.Editors
AutoSizeAxes = Axes.Both,
Children = new Drawable[]
{
new SettingsTextBox
new SettingsNumberBox
{
LabelText = "Beatmap ID",
RelativeSizeAxes = Axes.None,