Change status item width to NSVariableStatusItemLength
This commit is contained in:
@ -48,7 +48,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
||||
let kProfileMenuItemIndexBase = 100
|
||||
|
||||
var statusItem: NSStatusItem!
|
||||
static let StatusItemIconWidth:CGFloat = 30
|
||||
static let StatusItemIconWidth: CGFloat = NSVariableStatusItemLength
|
||||
|
||||
func applicationDidFinishLaunching(_ aNotification: Notification) {
|
||||
|
||||
|
Reference in New Issue
Block a user