1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:23:22 +08:00

Fix user status dropdown having no padding around items (#7491)

Fix user status dropdown having no padding around items
This commit is contained in:
Dean Herbert 2020-01-11 22:04:33 +08:00 committed by GitHub
commit 9a9c01bc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,8 +323,6 @@ namespace osu.Game.Overlays.Settings.Sections.General
Colour = Color4.Black.Opacity(0.25f),
Radius = 4,
};
ItemsContainer.Padding = new MarginPadding();
}
[BackgroundDependencyLoader]