Revision: 3394
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3394&view=rev
Author:   hofman
Date:     2008-02-12 09:19:09 -0800 (Tue, 12 Feb 2008)

Log Message:
-----------
Smaller shadow offset for navigation tool tip. Especially on Leopard the shadow 
on the top was too little.

Modified Paths:
--------------
    trunk/SKNavigationWindow.m

Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m  2008-02-12 17:07:30 UTC (rev 3393)
+++ trunk/SKNavigationWindow.m  2008-02-12 17:19:09 UTC (rev 3394)
@@ -280,7 +280,7 @@
     NSShadow *shadow = [[NSShadow alloc] init];
     [shadow setShadowColor:[NSColor blackColor]];
     [shadow setShadowBlurRadius:3.0];
-    [shadow setShadowOffset:NSMakeSize(0.0, -1.5)];
+    [shadow setShadowOffset:NSMakeSize(0.0, -1.0)];
     NSDictionary *attrs = [NSDictionary dictionaryWithObjectsAndKeys:
         [NSFont boldSystemFontOfSize:15.0], NSFontAttributeName, 
         [NSColor whiteColor], NSForegroundColorAttributeName, 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to