From 997fd749eb4fc86fef34c66d542622e62c8700e8 Mon Sep 17 00:00:00 2001 From: Gong Zhang Date: Fri, 21 Jul 2017 10:10:11 +0800 Subject: [PATCH] Increase status bar icon width from 20pt to 30pt --- ShadowsocksX-NG/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowsocksX-NG/AppDelegate.swift b/ShadowsocksX-NG/AppDelegate.swift index 841c235..75d4f6f 100755 --- a/ShadowsocksX-NG/AppDelegate.swift +++ b/ShadowsocksX-NG/AppDelegate.swift @@ -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) {