Add cancel/clear buttons in place of instructional text

This commit is contained in:
Dean Herbert
2019-06-21 13:50:05 +09:00
parent f22d0fa1b4
commit a6e5c6a62a
2 changed files with 49 additions and 26 deletions

View File

@ -60,7 +60,7 @@ namespace osu.Game.Overlays.KeyBinding
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
Text = "Reset";
Text = "Reset all bindings in section";
RelativeSizeAxes = Axes.X;
Margin = new MarginPadding { Top = 5 };
Height = 20;