}
[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];
}
}
[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];
}
{
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];