Adjust SettingsItem to accommodate new default value indicator

This commit is contained in:
Bartłomiej Dach
2021-10-15 22:44:28 +02:00
parent 818f35c35f
commit f422ebb281
4 changed files with 90 additions and 23 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Overlays.Settings
{
protected override Drawable CreateControl() => new TSlider
{
Margin = new MarginPadding { Vertical = 10 },
RelativeSizeAxes = Axes.X
};