When a Tool property window is opened, it is located in the windows default location which is in/near the top-left hand corner of the monitor. On a larger monitor, or a two monitor system, this causes a lot of unnecessary mouse movements when the process/object studio are located on the right side of monitor 1 or on monitor 2. Especially since because property windows are open so often when Designing processes and objects. A very useful option would be similar to the StartPosition found in winforms .Net which allows a window to be open in the default location, Center parent, or center screen.
This would save a lot of mouse movements while allowing you flexible location of the process/object form.
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.formstartposition?view=windowsdesktop-7.0
... View more