InputWidget - make highlight color a bit darker because it is hard to see on Windows 8, thanks Microsoft

This commit is contained in:
adelikat 2014-05-11 20:29:08 +00:00
parent 3586c429b9
commit bcf2924a23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace BizHawk.Client.EmuHawk
_timer.Start();
_wasPressed = Input.Instance.GetNextBindEvent();
BackColor = Color.LightCyan;
BackColor = Color.FromArgb(unchecked((int)0xFFC0FFFF)); // Color.LightCyan is too light on Windows 8, this is a bit darker
}
protected override void OnLeave(EventArgs e)