Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
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.
Dec 27, 2024  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
This is an excellent point, I've created a ticket for this and we'll look into it for the next release. Thanks!
Dec 27, 2024  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)