I am currently using hi definition screen with list icons 32x32
the problem is that they become adjacent to each other
is there a way to increase the distance between the rows in the list?
Is there a way to define space between list items?
Moderators: Hacker, petermad, Stefan2, white
Add MinLineHeight=-2 under Configuration section
Replace -2 with your desired value.
Replace -2 with your desired value.
Help wrote:MinLineHeight
Sets minimum line height (in pixels) in file lists if the given value is greater than 0.
If it is negative, the absolute value is added to the normal line height, e.g. MinLineHeight=-2, height=16 -> 18.