Remove grid usage in SettingsItem

This commit is contained in:
Bartłomiej Dach
2021-10-18 21:01:43 +02:00
parent 6c3637a62a
commit 88a1b31fae
3 changed files with 32 additions and 44 deletions

View File

@ -11,7 +11,6 @@ namespace osu.Game.Overlays.Settings
{
protected override Drawable CreateControl() => new OutlinedTextBox
{
Margin = new MarginPadding { Top = 5 },
RelativeSizeAxes = Axes.X,
CommitOnFocusLost = true
};