Telezhka_the_First
26 discussion posts
Currently if I apply "Maximize window" function to non-resizeable window, instead of resizing it to fullscreen, DisplayFusion will simply set it at (0,0) of it's virtual monitor. I want so that in case of a non-resizeable window, DisplayFusion would instead put the window to the center of it's virtual monitor.
For example, if I have a 800x600 window on a 1920x1080 monitor, instead of moving the window to (0,0), it would move it to (560, 240). Formula is simple: instead of "MoveTo(0,0)" it is "MoveTo((monitorWidth-windowWidth)/2,(monitorHeight-windowHeight)/2)". This would also work nicely with windows that are partially/entirely bigger than a monitor.
This is an excellent point, I've created a ticket for this and we'll look into it for the next release. Thanks!