Text -> Label

This commit is contained in:
DrabWeb
2017-05-31 02:03:13 -03:00
parent 4fd7405fb8
commit cd57343191
2 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
public UserDropdownMenuItem(string text, UserAction current) : base(text, current)
{
Foreground.Padding = new MarginPadding { Top = 5, Bottom = 5, Left = 10, Right = 5 };
Text.Margin = new MarginPadding { Left = UserDropdownHeader.LABEL_LEFT_MARGIN - 11 };
Label.Margin = new MarginPadding { Left = UserDropdownHeader.LABEL_LEFT_MARGIN - 11 };
CornerRadius = 5;
}
}