InputRoll - slight tweak to icon positioning

This commit is contained in:
adelikat 2014-09-18 00:14:06 +00:00
parent f78e4bb1b2
commit fa8c0a6c14
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ namespace BizHawk.Client.EmuHawk
if (image != null)
{
Gdi.DrawBitmap(image, point);
Gdi.DrawBitmap(image, new Point(col.Left.Value, point.Y + 1));
}
else
{