Revision: 24105
          http://sourceforge.net/p/bibdesk/svn/24105
Author:   hofman
Date:     2019-08-01 22:09:33 +0000 (Thu, 01 Aug 2019)
Log Message:
-----------
use control background color initially

Modified Paths:
--------------
    trunk/bibdesk/BDSKZoomablePDFView.m

Modified: trunk/bibdesk/BDSKZoomablePDFView.m
===================================================================
--- trunk/bibdesk/BDSKZoomablePDFView.m 2019-08-01 21:55:35 UTC (rev 24104)
+++ trunk/bibdesk/BDSKZoomablePDFView.m 2019-08-01 22:09:33 UTC (rev 24105)
@@ -275,7 +275,7 @@
         
         // @@ Dark mode
         
-        [coloredView setBackgroundColor:[NSColor 
colorWithCalibratedAquaWhite:0.97 alpha:0.95 darkAquaWhite:0.125 alpha:0.95]];
+        [coloredView setBackgroundColor:[NSColor controlBackgroundColor]];
         [containerView setContentView:coloredView];
         [containerView setMinSize:[containerView frame].size];
         [containerView setAutoresizingMask:NSViewWidthSizable | 
NSViewHeightSizable];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to