Browse Source

More visible font.

pull/92/head
Abhishek 5 years ago
parent
commit
aab91689b2
  1. 2
      Clocker/Menu Bar/StatusItemView.swift

2
Clocker/Menu Bar/StatusItemView.swift

@ -10,7 +10,7 @@ private var defaultParagraphStyle: NSMutableParagraphStyle {
}
var compactModeTimeFont: NSFont {
return NSFont.monospacedDigitSystemFont(ofSize: 10, weight: .thin)
return NSFont.monospacedDigitSystemFont(ofSize: 10, weight: .regular)
}
var timeAttributes: [NSAttributedString.Key: AnyObject] {

Loading…
Cancel
Save