changed the weight of some fonts

This commit is contained in:
Serhiy Mytrovtsiy
2019-08-18 14:48:22 +02:00
parent c965943ea9
commit 011a887dda
2 changed files with 2 additions and 2 deletions

View File

@@ -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())

View File

@@ -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())