How can I adjust the line height in the result list?
I want to see many lines in Everything Window as possible without scrolling.
The space gap between result lines is very big. I want to remove 1 or 2 or 3 empty pixel rows
Again: I am NOT talking about the font size!
The font size should not be changed.
If Line height change is currently not possible: Can this option be implemented in the next release?
Thank you
Peter
How to adjust Line Height for result lines?
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to adjust Line Height for result lines?
To set the result list item height:
listview_item_high
listview_item_spacing
- In Everything, type in the following search and press ENTER:
/listview_item_high=16
where 16 is the line height in pixels.
If successful, listview_item_high=16 is shown in the status bar for a few seconds. - Close the Everything window.
- Open a new Everything window.
listview_item_high
listview_item_spacing
-
pstein
- Posts: 64
- Joined: Thu Aug 07, 2014 6:18 pm
Re: How to adjust Line Height for result lines?
Ok, it works.
Thank you.
However this setup is somehow weird.
Why not introducing a Line Height option nearby the font selection Option?
Thank you.
However this setup is somehow weird.
Why not introducing a Line Height option nearby the font selection Option?
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to adjust Line Height for result lines?
Thank you for the feedback Peter,
The line height is usually calculated from the current font.
I will consider an UI option to set the line height.
Thank you for the suggestion.
The line height is usually calculated from the current font.
I will consider an UI option to set the line height.
Thank you for the suggestion.
-
raccoon
- Posts: 1017
- Joined: Thu Oct 18, 2018 1:24 am
Re: How to adjust Line Height for result lines?
It's worth noting that the specified line-height is static and remains the same with Ctrl + and Ctrl - zoom. For zoom to work, something more advanced involving relative pixels, points or row height percentage would have to be used.