Lua - make form windows have a start position of "Center Parent"
This commit is contained in:
parent
b5122beda9
commit
a89efe9c27
|
@ -12,6 +12,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public LuaWinform()
|
||||
{
|
||||
InitializeComponent();
|
||||
StartPosition = FormStartPosition.CenterParent;
|
||||
Closing += (o, e) => CloseThis();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue