Revision: 15264
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15264&view=rev
Author:   hofman
Date:     2009-05-04 13:00:59 +0000 (Mon, 04 May 2009)

Log Message:
-----------
make top edge of some control view lighter because that edge will only be shown 
as the divider between the control view and the the search button view

Modified Paths:
--------------
    trunk/bibdesk/BDSKSearchGroupViewController.m
    trunk/bibdesk/BDSKWebGroupViewController.m

Modified: trunk/bibdesk/BDSKSearchGroupViewController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupViewController.m       2009-05-04 12:03:53 UTC 
(rev 15263)
+++ trunk/bibdesk/BDSKSearchGroupViewController.m       2009-05-04 13:00:59 UTC 
(rev 15264)
@@ -56,6 +56,7 @@
     [collapsibleView setMinSize:[collapsibleView frame].size];
     [collapsibleView setCollapseEdges:BDSKMaxXEdgeMask | BDSKMaxYEdgeMask];
     [view setEdges:BDSKMinXEdgeMask | BDSKMaxXEdgeMask | BDSKMaxYEdgeMask];
+    [view setEdgeColor:[NSColor colorWithCalibratedWhite:0.75 alpha:1.0]];
 }
 
 - (void)updateSearchView {

Modified: trunk/bibdesk/BDSKWebGroupViewController.m
===================================================================
--- trunk/bibdesk/BDSKWebGroupViewController.m  2009-05-04 12:03:53 UTC (rev 
15263)
+++ trunk/bibdesk/BDSKWebGroupViewController.m  2009-05-04 13:00:59 UTC (rev 
15264)
@@ -213,6 +213,7 @@
     [collapsibleView setCollapseEdges:BDSKMaxXEdgeMask | BDSKMaxYEdgeMask];
     
     [view setEdges:BDSKMinXEdgeMask | BDSKMaxXEdgeMask | BDSKMaxYEdgeMask];
+    [view setEdgeColor:[NSColor colorWithCalibratedWhite:0.75 alpha:1.0]];
     
     NSRect frame = [backForwardButton frame];
     frame.size.height = 25.0;


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to