From 95f5f6a0bd1979bf82946710501c34da0c800320 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 21 May 2007 23:58:19 +0000 Subject: [PATCH] a little longer fade transition --- macosx/InfoWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }