add icon to MacroInput

This commit is contained in:
adelikat 2020-07-02 08:40:03 -05:00
parent 21823196fc
commit a1278df02e
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace BizHawk.Client.EmuHawk
{
_initializing = true;
InitializeComponent();
Icon = Properties.Resources.TAStudio_MultiSize;
}
private void MacroInputTool_Load(object sender, EventArgs e)