X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/418a547d5daa457e97c3964224af5d703df5a19f..7ef17aec99c92c9d0d3f9fc29e257e0035de1aa9:/StatusWindowController.m?ds=inline diff --git a/StatusWindowController.m b/StatusWindowController.m index d7bd2ff..b57fa1e 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -30,7 +30,7 @@ } [statusField setStringValue:string]; - [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 17)) display:NO]; + [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 15)) display:YES]; [statusWindow center]; [statusWindow makeKeyAndOrderFront:nil]; } @@ -53,7 +53,7 @@ } [statusField setStringValue:string]; - [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 17)) display:NO]; + [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 16)) display:NO]; [statusWindow center]; [statusWindow makeKeyAndOrderFront:nil]; } @@ -67,7 +67,7 @@ { NSAutoreleasePool *p00l = [[NSAutoreleasePool alloc] init]; float i; - for (i = 1.0; i > 0; i -= .003) { + for (i = 0.6; i > 0; i -= .004) { [statusWindow setAlphaValue:i]; } [statusWindow close];