Fix user status dropdown having no padding around items

This commit is contained in:
Joehu 2020-01-10 19:25:33 -08:00
parent f745d74666
commit 19033e0ef8
1 changed files with 0 additions and 2 deletions

View File

@ -323,8 +323,6 @@ public UserDropdownMenu()
Colour = Color4.Black.Opacity(0.25f),
Radius = 4,
};
ItemsContainer.Padding = new MarginPadding();
}
[BackgroundDependencyLoader]