Fix Status bar message v-alignment and use monospaced font for Time. #84

Merged
nevack merged 1 commit from nevack/ui-fixes into master 2021-01-25 19:41:25 -03:00
nevack commented 2021-01-25 18:41:42 -03:00 (Migrated from github.com)

Fixes #78 and #80

image

Fixes #78 and #80 ![image](https://user-images.githubusercontent.com/8330119/105769691-3f1ff680-5f6f-11eb-9b70-a1a00f59cde6.png)
kode54 (Migrated from github.com) reviewed 2021-01-25 18:41:42 -03:00
nevack (Migrated from github.com) reviewed 2021-01-25 19:29:05 -03:00
@ -17,0 +24,4 @@
showTimeRemaining = [[NSUserDefaults standardUserDefaults] boolForKey:kTimerModeKey];
if (@available(macOS 10.15, *)) {
fontAttributes =
@{NSFontAttributeName : [NSFont monospacedSystemFontOfSize:13
nevack (Migrated from github.com) commented 2021-01-25 19:29:05 -03:00

Should still look better than previously on pre-Catalina

Should still look better than previously on pre-Catalina
kode54 (Migrated from github.com) reviewed 2021-01-25 19:40:58 -03:00
@ -17,0 +24,4 @@
showTimeRemaining = [[NSUserDefaults standardUserDefaults] boolForKey:kTimerModeKey];
if (@available(macOS 10.15, *)) {
fontAttributes =
@{NSFontAttributeName : [NSFont monospacedSystemFontOfSize:13
kode54 (Migrated from github.com) commented 2021-01-25 19:40:58 -03:00

Hmm, I didn't know that required Catalina. Oh well, better than nothing.

Hmm, I didn't know that required Catalina. Oh well, better than nothing.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: chris/Cog#84
No description provided.