add icon to MacroInput
This commit is contained in:
parent
21823196fc
commit
a1278df02e
|
@ -31,6 +31,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
_initializing = true;
|
||||
InitializeComponent();
|
||||
Icon = Properties.Resources.TAStudio_MultiSize;
|
||||
}
|
||||
|
||||
private void MacroInputTool_Load(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue