New
#51
I belief that Classic Shell has integrated line spacing in their newest version.
Welcome to Classic Shell
I belief that Classic Shell has integrated line spacing in their newest version.
Welcome to Classic Shell
Love Classic Shell, but AFAIK you can only change the spacing in the navigation pane, not the file list pane.
Am I missing something, because I sure would like to change it without mucking through changing the dll.
For those who are still looking for 64 bit tweaked file, you can try this one. It's a modified file I just did and so far it works fine (i'm using details view primarily). I'm not responsible if anything happens on your system though. I use both this tweak and the classic shell. This is NOT a zip file, I used ".zip" extension to bypass the upload requirement. So just remove the ".zip" from the filename and replace your explorerframe.dll file.
Thank you to everyone who has kindly post the instructions.
Thanks for sharing
Actually, there's a small hiccup... Your replacement .dll works great for tightening up Explorer, but for some reason using it completely wipes out Firefox's folder navigation in the Save As window:
The pane's still there, just none of the icons or folder tree are. Any idea why that's happening?
m19
Changing as in the first lot below results in list spaced correctly but not details. If then search for <UICollection resid="collection.details and in addition change
padding="rect(14rp,0,0,0)
to
padding="rect(0,0,0,0)
then the list view reverts to stupid spacing and the details becomes correct. So then I tried changing the details padding to padding="rect(1rp,0,0,0) and it went back to list being correct but details being stupidly spaced. Any ideas?
In the following 3 sections
<UICollection resid="collection.list.groups"
<UICollection resid="collection.list.ungrouped"
<UICollection resid="collection.list.insidegroup"
changing:
padding="rect(14rp,0,0,0)
to
padding="rect(0,0,0,0)
columnwidth="20rp"
to
columnwidth="17rp"
itemspacing="size(10rp,1rp)"
to
itemspacing="size(6rp,0rp)"
Here is how to do it on Windows 10 for details view.
Win10 details view padding | WinClassic
I can't thank the OP of this thread enough, this was my biggest pet peeve with Win7, now it can be fixed for Win10 too.