Pixel offset for new windows

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Pixel offset for new windows

Post by harryray2 »

offset_new_window_position

Is there a way of adjusting the offset from 22?

Thanks.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Pixel offset for new windows

Post by void »

I've put on my TODO list to specify the offset.
This is currently hard-coded to 22.

Thanks for the suggestion.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Pixel offset for new windows

Post by void »

Everything 1.5.0.1283a adds the offset_new_window_position_x and offset_new_window_position_y ini settings.


To customize the new window offset:
  • In Everything, type in following search and press ENTER:
    /offset_new_window_position_x=0
    where 0 is the new window x offset.
  • If successful, offset_new_window_position_x=0 is shown in the status bar for a few seconds.
  • Type in following search and press ENTER:
    /offset_new_window_position_y=0
    where 0 is the new window y offset.
  • If successful, offset_new_window_position_y=0 is shown in the status bar for a few seconds.
Post Reply