"Size All Collumns to Fit Window"... doesn't

Discussion related to "Everything" 1.5 Alpha.
Post Reply
tordenflesk
Posts: 5
Joined: Fri May 22, 2020 8:57 pm

"Size All Collumns to Fit Window"... doesn't

Post by tordenflesk »

Name and Path don't get sized properly:

"Size All Collumns to Fit Window"
Image

"Size All Columns to Fit"
Image


Everything 1.5.0.1346a (x64)
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Size All Collumns to Fit Window"... doesn't

Post by void »

Fit to window will resize the Name and Path columns to fit the remaining size of the window.

Currently, the Name and Path columns widths are divided equally.
You can adjust this with auto_size_path_x and auto_size_path_y.

For example, to make the path column slightly smaller:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    auto
  • Select auto_size_path_x
  • Set the value to: 1
  • Select auto_size_path_y
  • Set the value to: 4
  • Click OK.
The path column will now take up 1/4 the remaining size and the name column will take up the rest of the remaining size (3/4).



There's a small gap on the right for a vertical scrollbar.



Currently, "fit to window" is designed to show all possible content, not the visible content.
I'll look into adjusting to window using the visible content. (within reason)
Thank you for the suggestion.

For now, using "size all columns to fit" might be the better option.
Post Reply