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

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