Skip to content

Commit

Permalink
changed the weight of some fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Aug 18, 2019
1 parent c965943 commit 011a887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Stats/Widgets/Charts/LineChartWithValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ChartWithValue: Chart {
valueLabel.backgroundColor = .controlColor
valueLabel.canDrawSubviewsIntoLayer = true
valueLabel.alignment = .natural
valueLabel.font = NSFont.systemFont(ofSize: 8, weight: .ultraLight)
valueLabel.font = NSFont.systemFont(ofSize: 8, weight: .light)
valueLabel.stringValue = ""
valueLabel.addSubview(NSView())

Expand Down
2 changes: 1 addition & 1 deletion Stats/Widgets/Mini.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Mini: NSView, Widget {
labelView.backgroundColor = .controlColor
labelView.canDrawSubviewsIntoLayer = true
labelView.alignment = .natural
labelView.font = NSFont.systemFont(ofSize: 7, weight: .ultraLight)
labelView.font = NSFont.systemFont(ofSize: 7, weight: .light)
labelView.stringValue = self.shortName
labelView.addSubview(NSView())

Expand Down

0 comments on commit 011a887

Please sign in to comment.