mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
changed font weight to normal for name in Charts widgets
This commit is contained in:
@@ -100,7 +100,7 @@ class Chart: NSView, Widget {
|
||||
let style = NSMutableParagraphStyle()
|
||||
style.alignment = .center
|
||||
let stringAttributes = [
|
||||
NSAttributedString.Key.font: NSFont.systemFont(ofSize: 7.2, weight: .bold),
|
||||
NSAttributedString.Key.font: NSFont.systemFont(ofSize: 7.2, weight: .regular),
|
||||
NSAttributedString.Key.foregroundColor: NSColor.labelColor,
|
||||
NSAttributedString.Key.paragraphStyle: style
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user