diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index df6e0ebc5..a89319e89 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -647,7 +647,7 @@ NSViewAnimationFadeInEffect, NSViewAnimationEffectKey, nil], [NSDictionary dictionaryWithObjectsAndKeys: window, NSViewAnimationTargetKey, [NSValue valueWithRect: frame], NSViewAnimationEndFrameKey, nil], nil]] autorelease]; - [fadeInAnimation setDuration: 0.08]; + [fadeInAnimation setDuration: 0.1]; [fadeInAnimation setAnimationBlockingMode: NSAnimationNonblocking]; [fadeInAnimation startAnimation]; }