Add expanding options sidebar

This commit is contained in:
Drew DeVault
2016-11-08 23:16:04 -05:00
parent d6dafd6b70
commit 676cdc44b2
12 changed files with 64 additions and 17 deletions

View File

@ -5,7 +5,7 @@ namespace osu.Game.Overlays.Options.Input
{
public class InputSection : OptionsSection
{
protected override string Header => "Input";
public override string Header => "Input";
public override FontAwesome Icon => FontAwesome.fa_keyboard_o;
public InputSection()