Lua console - use smaller stop icon that does not bleed into other rows

This commit is contained in:
adelikat 2020-05-01 15:50:19 -05:00
parent 345ae3b872
commit 96119b7734
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ namespace BizHawk.Client.EmuHawk
} }
else else
{ {
bitmap = Properties.Resources.StopButton; bitmap = Properties.Resources.Stop;
} }
} }