Add OsuModSettingsTextBox and OsuModSettingsNumberBox

This commit is contained in:
Pasi4K5
2021-06-12 00:34:53 +02:00
parent c644e11e5a
commit fe39a47797
4 changed files with 57 additions and 3 deletions

View File

@ -8,7 +8,7 @@ namespace osu.Game.Overlays.Settings
{
public class SettingsTextBox : SettingsItem<string>
{
protected override Drawable CreateControl() => new OsuTextBox
protected override Drawable CreateControl() => new OsuModSettingsTextBox
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,