From 011a887dda1f44b2bb8d127cdf1a50cf5d813732 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sun, 18 Aug 2019 14:48:22 +0200 Subject: [PATCH] changed the weight of some fonts --- Stats/Widgets/Charts/LineChartWithValue.swift | 2 +- Stats/Widgets/Mini.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Stats/Widgets/Charts/LineChartWithValue.swift b/Stats/Widgets/Charts/LineChartWithValue.swift index a8e8d2c7..5e2dd38b 100644 --- a/Stats/Widgets/Charts/LineChartWithValue.swift +++ b/Stats/Widgets/Charts/LineChartWithValue.swift @@ -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()) diff --git a/Stats/Widgets/Mini.swift b/Stats/Widgets/Mini.swift index 6df037e5..40408b38 100644 --- a/Stats/Widgets/Mini.swift +++ b/Stats/Widgets/Mini.swift @@ -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())