Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: MenuI Item Spacing #472

Open
1 task done
Fred-IV opened this issue Dec 29, 2024 · 0 comments
Open
1 task done

[Bug]: MenuI Item Spacing #472

Fred-IV opened this issue Dec 29, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@Fred-IV
Copy link

Fred-IV commented Dec 29, 2024

Check Existing Issues

  • I have checked existing issues, and this issue is not a duplicate

Description

I've never gotten Menu Items to space correctly through Ice.
I have to use my own commands, so I will post them here in case it helps.

ICE: 0.11.12
Mac OS 15.2
Also 14.7.1 on another Mac

Steps to Reproduce

Logging out and in as it says to do does not make it work.

Ice Version

0.11.12

macOS Version

15.2

Screenshots

These commands do work, maybe this is how the app should do it.

MenuItemSpacingDefault.command
defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost delete -globalDomain NSStatusItemSpacing

MenuItemSpacingDisplay.command
defaults -currentHost read -globalDomain NSStatusItemSelectionPadding
defaults -currentHost read -globalDomain NSStatusItemSpacing

MenuItemSpacingTight.command
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 0
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 0

@Fred-IV Fred-IV added the Bug Something isn't working label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant