Set SystemIcons.Application to Lua form icon.
This commit is contained in:
parent
3fd9113f0d
commit
0a9039fc60
|
@ -379,6 +379,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
form.Text = title;
|
||||
form.MaximizeBox = false;
|
||||
form.FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
form.Icon = SystemIcons.Application;
|
||||
form.Show();
|
||||
return (int)form.Handle;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue