InputRoll - slight tweak to icon positioning
This commit is contained in:
parent
f78e4bb1b2
commit
fa8c0a6c14
|
@ -632,7 +632,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
if (image != null)
|
if (image != null)
|
||||||
{
|
{
|
||||||
Gdi.DrawBitmap(image, point);
|
Gdi.DrawBitmap(image, new Point(col.Left.Value, point.Y + 1));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue