Fix look of position time field to match the rest of the UI.
This commit is contained in:
parent
9c58f67c48
commit
57a7dd0de9
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ NSString * formatTimer(long minutes, long seconds, unichar prefix) {
|
|||
- (void)awakeFromNib
|
||||
{
|
||||
showTimeRemaining = [[NSUserDefaults standardUserDefaults] boolForKey:kTimerModeKey];
|
||||
if (@available(macOS 10.15, *)) {
|
||||
if (@available(macOS 10.11, *)) {
|
||||
fontAttributes =
|
||||
@{NSFontAttributeName : [NSFont monospacedSystemFontOfSize:13
|
||||
weight:NSFontWeightMedium]};
|
||||
@{NSFontAttributeName : [NSFont monospacedDigitSystemFontOfSize:13
|
||||
weight:NSFontWeightRegular]};
|
||||
[self update];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue