diff --git a/Kit/Widgets/Stack.swift b/Kit/Widgets/Stack.swift
index d263ce01..0209c72b 100644
--- a/Kit/Widgets/Stack.swift
+++ b/Kit/Widgets/Stack.swift
@@ -134,11 +134,9 @@ public class StackWidget: WidgetWrapper {
}
private func drawOneRow(_ x: CGFloat, _ element: Stack_t) -> CGFloat {
- var font: NSFont
+ var font: NSFont = NSFont.systemFont(ofSize: 13, weight: .regular)
if self.monospacedFontState {
- font = NSFont.monospacedDigitSystemFont(ofSize: 13, weight: .regular)
- } else {
- font = NSFont.systemFont(ofSize: 13, weight: .regular)
+ font = NSFont.monospacedSystemFont(ofSize: 13, weight: .regular)
}
let style = NSMutableParagraphStyle()
diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist
index 29e09dac..3ef1f342 100755
--- a/Stats/Supporting Files/Info.plist
+++ b/Stats/Supporting Files/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 561
+ 567
Description
Simple macOS system monitor in your menu bar
LSApplicationCategoryType