mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Text -> Label
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user