diff --git a/Kit/Widgets/Stack.swift b/Kit/Widgets/Stack.swift index d4480f59601..7ae28d071e6 100644 --- a/Kit/Widgets/Stack.swift +++ b/Kit/Widgets/Stack.swift @@ -16,12 +16,8 @@ public struct Stack_t: KeyValue_p { public var value: String var index: Int { - get { - Store.shared.int(key: "stack_\(self.key)_index", defaultValue: -1) - } - set { - Store.shared.set(key: "stack_\(self.key)_index", value: newValue) - } + get { Store.shared.int(key: "stack_\(self.key)_index", defaultValue: -1) } + set { Store.shared.set(key: "stack_\(self.key)_index", value: newValue) } } public init(key: String, value: String) { @@ -37,8 +33,8 @@ public class StackWidget: WidgetWrapper { private var values: [Stack_t] = [] - private var oneRowWidth: CGFloat = 38 - private var twoRowWidth: CGFloat = 28 + private var oneRowWidth: CGFloat = 45 + private var twoRowWidth: CGFloat = 32 private let orderTableView: OrderTableView diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 08ddbae634f..a0e07bc812b 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 609 + 610 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index 6d10cbbc140..a1cddd393b8 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 2.11.17 CFBundleVersion - 609 + 610 NSExtension NSExtensionPointIdentifier