You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't that important, but still probably not the desired behavior, hence I'm reporting it.
When using the icons theme and expand a folder, the expanded folder gets "half-indented", which makes it look a bit out of place and almost as if it's within the folder showing directly above it.
With the games folder collapsed:
And the games folder expanded:
The text was updated successfully, but these errors were encountered:
This seems to be an issue with the width of the "down arrow" icon! In the function neo-buffer--insert-fold-symbol the code to draw the down arrow is: (insert (all-the-icons-icon-for-dir (directory-file-name node-name) "down"))). If I change "down" to "left" then the spacing is correct:
It looks like the "left" and "right" icons are skinnier than the "up" and "down" icons.
[Edit 2: looking at the all-the-icons-icon-for-dir function, it takes another parameter "padding" that defaults to "\t". Changing that to a " " makes things look better for me (as well as changin the final \t to " " in the leaf format too). The tabs tend to push things out by a lot rather than a little
This isn't that important, but still probably not the desired behavior, hence I'm reporting it.
When using the
icons
theme and expand a folder, the expanded folder gets "half-indented", which makes it look a bit out of place and almost as if it's within the folder showing directly above it.With the
games
folder collapsed:And the
games
folder expanded:The text was updated successfully, but these errors were encountered: