InputWidget - make highlight color a bit darker because it is hard to see on Windows 8, thanks Microsoft
This commit is contained in:
parent
3586c429b9
commit
bcf2924a23
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue