Save window position

Found a bug in "Everything"? report it here
Post Reply
Infector
Posts: 7
Joined: Thu Dec 30, 2021 9:47 pm

Save window position

Post by Infector »

I use FancyZones from PowerToys and place the Everything window in a predefined zone. But after I close and then open the Everything window, the position of the window changes slightly. It would be great to add the option to save the window position. I attached picture to illustrate the window position in both cases.
Attachments
window position.jpg
window position.jpg (124.63 KiB) Viewed 5996 times
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: Save window position

Post by void »

Thank you for the bug report Infector,

This is caused by the invisible window borders on Windows 10/11 and Everything trying to bring these invisible borders into view.

Please try disabling bring_into_view:
  • Copy and paste the following into your Everything search box:
    /bring_into_view=0
  • Press ENTER in your Everything search box.
  • If successful, bring_into_view=0 is shown in the status bar for a few seconds.
With bring_into_view disabled, Everything will no longer attempt to bring the invisible border into view.

A permanent fix is on my TODO list.
Infector
Posts: 7
Joined: Thu Dec 30, 2021 9:47 pm

Re: Save window position

Post by Infector »

Thank you!
The fix works perfectly!
Post Reply