From 889df5413b902b5948473925c5e89625ad61aa1a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 30 Nov 2007 18:18:35 +0000 Subject: [PATCH] make the toolbar buttons a pixel wider --- macosx/Controller.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 84963fb55..9d302acd5 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -2580,12 +2580,10 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi [button setBezelStyle: NSTexturedRoundedBezelStyle]; [button setStringValue: @""]; - NSSize buttonSize = NSMakeSize(35.0, 25.0); + NSSize buttonSize = NSMakeSize(36.0, 25.0); [item setMinSize: buttonSize]; [item setMaxSize: buttonSize]; - NSImage * image; - if ([ident isEqualToString: TOOLBAR_CREATE]) { [item setLabel: NSLocalizedString(@"Create", "Create toolbar item -> label")];