kickingvegas / casual-dired

Casual Dired - An opinionated Transient user interface for Emacs file manager Dired.
GNU General Public License v3.0
124 stars 2 forks source link

Misaligned items #23

Closed artelse closed 3 months ago

artelse commented 3 months ago

Testing out this interesting transient, the menu items don't line up properly. I don't have this issue with Magit for example. See screenshot: Screenshot-2024-05-06-20:44:31

kickingvegas commented 3 months ago

Thanks for submitting this issue. A couple of observations:

Thanks again for trying Casual Dired out. I look forward to hearing back from you.

artelse commented 3 months ago

Typeface is fixed-pitch, but also have mixed-pitch enabled. For reference, here's Magit's: Screenshot-2024-05-06-22:54:50

kickingvegas commented 3 months ago

I suspect then it is the UTF-8 symbols whose spacing will be typeface dependent.

Try to update to the v1.0.3 release (it should be available on MELPA about 3 hours from the time of this comment) that now avoids using UTF-8 symbols by default.

kickingvegas commented 3 months ago

v1.0.3 now on MELPA. https://melpa.org/#/casual-dired

artelse commented 3 months ago

I also suspected the symbols, but it remains misaligned. Is there a column width that throws things off somehow? Screenshot-2024-05-07-07:45:51

kickingvegas commented 3 months ago

@artelse TBH I'm struggling with this as I am not seeing alignment issues as you can see from the screenshot in the README.org file. https://github.com/kickingvegas/casual-dired/blob/main/README.org

Going to convert this to a discussion item to open this to a wider audience.