mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
changed the weight of some fonts
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user