-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use fixed-width digits #112
Comments
@ryandesign - Clocker does use a monospaced font for rendering the time:
The issue you're describing is most likely happening due to incorrect sizing logic calculation for the container view that renders the menubar item. |
I see you closed this issue but I don't see any new commits in this repository since I opened this issue. How was the issue fixed? |
There's a seperate issue tracking this: #102 |
#102 does not look like my issue. I'm not using multiple clocks, and I'm on Catalina, not Monterey. |
Could you reopen this issue, please? |
Clocker is evidently using standard proportional-width digits such that the width varies depending on the time. This is especially apparent if you show the seconds.
If my menubar is especially full of regular menus and menu extras, I've seen it happen that a menu extra will appear and disappear from second to second depending on the time as more or less space becomes available. This is distracting.
Apple's clock doesn't have this problem.
Clocker should ask for fixed-width digits. (
monospacedDigitSystemFontOfSize:weight:
?)The text was updated successfully, but these errors were encountered: