1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Remove leftover border thickness spec in mod settings area

Was never supposed to be there, it was a vestige of a previous design
iteration that went by unnoticed.
This commit is contained in:
Bartłomiej Dach 2022-05-06 15:29:54 +02:00
parent 98eab9668d
commit c533c93ffd
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -44,7 +44,6 @@ namespace osu.Game.Overlays.Mods
{
RelativeSizeAxes = Axes.Both,
Masking = true,
BorderThickness = 2,
Children = new Drawable[]
{
background = new Box