1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Adjust dropdown layout

This commit is contained in:
DrabWeb 2017-05-24 21:32:46 -03:00
parent efd4c57431
commit 9b863f60ab

View File

@ -317,6 +317,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
public UserDropdownMenu()
{
Margin = new MarginPadding { Bottom = 5 };
CornerRadius = 5;
ItemsContainer.Padding = new MarginPadding(0);
Masking = true;