Fix visual discrepancies with master

This commit is contained in:
Lucas A
2019-08-10 10:52:37 +02:00
parent a24e57dd3d
commit fc4c0cc2e7
2 changed files with 8 additions and 6 deletions

View File

@ -65,6 +65,7 @@ namespace osu.Game.Overlays.OSD
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Name = "Shortcut",
Alpha = 0.3f,
Margin = new MarginPadding { Bottom = 15 },
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold),
Text = string.IsNullOrEmpty(keybinding) ? "NO KEY BOUND" : keybinding.ToUpperInvariant()