Increase padding between rows/row height?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
samm
Posts: 1
Joined: Sun Oct 20, 2024 5:22 pm

Increase padding between rows/row height?

Post by samm »

Title. Is this an option somewhere I'm not seeing? Would be nice to have a little breathing room between rows so it doesn't feel so 'wall of text' when you're searching through things with long filenames.
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Increase padding between rows/row height?

Post by void »

To increasing the padding between rows:
  • 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:
    listview
  • Select: listview_item_spacing
  • Set the value to: 8
    (where 8 is the extra spacing in pixels -the default is: 0)
  • Click OK.


To set the item margin:
  • 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:
    listview
  • Select: listview_item_margin_bottom
  • Set the value to: 2
    (where 2 is the margin between items in pixels -the default is: 0)
  • Click OK.
Post Reply