make floating window true by default

This commit is contained in:
adelikat 2014-02-15 20:19:36 +00:00
parent 4415673f31
commit c22e5e550e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ namespace BizHawk.Client.Common
public ToolDialogSettings() public ToolDialogSettings()
{ {
SaveWindowPosition = true; SaveWindowPosition = true;
FloatingWindow = true;
} }
public int? Wndx { get; set; } public int? Wndx { get; set; }