Fixed: not enough space around status icon.

This commit is contained in:
Aparajita Fishman
2013-04-25 19:03:10 -04:00
parent cf9b630401
commit 15cf818b1e
+1 -1
View File
@@ -63,7 +63,7 @@ AppController *SharedAppControllerInstance = nil;
self.statusItem.menu = self.statusMenu;
self.statusItem.image = self.iconInactive;
self.statusItem.highlightMode = YES;
self.statusItem.length = self.iconInactive.size.width + 8; // Add some space around the icon
self.statusItem.length = self.iconInactive.size.width + 12; // Add some space around the icon
self.statusMenu.delegate = self;
self.helpTextView.textContainerInset = NSMakeSize(10.0, 10.0);