Increase status bar icon width from 20pt to 30pt

This commit is contained in:
Gong Zhang
2017-07-21 10:10:11 +08:00
parent 55971b4c05
commit 997fd749eb

View File

@ -48,7 +48,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
let kProfileMenuItemIndexBase = 100
var statusItem: NSStatusItem!
static let StatusItemIconWidth:CGFloat = 20
static let StatusItemIconWidth:CGFloat = 30
func applicationDidFinishLaunching(_ aNotification: Notification) {