Merge pull request #18122 from bdach/mod-overlay/leftover-mod-area-border

Remove leftover border thickness spec in mod settings area
This commit is contained in:
Dean Herbert 2022-05-06 23:58:35 +09:00 committed by GitHub
commit bda57dd970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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