mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Add padding beneath sliders in options.
This commit is contained in:
parent
97d52188b2
commit
0fefa50b54
@ -48,8 +48,8 @@ namespace osu.Game.Overlays.Options
|
||||
},
|
||||
slider = new OsuSliderBar<T>
|
||||
{
|
||||
Margin = new MarginPadding { Top = 5 },
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Margin = new MarginPadding { Top = 5, Bottom = 5 },
|
||||
RelativeSizeAxes = Axes.X
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user