Revision: 23971
          http://sourceforge.net/p/bibdesk/svn/23971
Author:   hofman
Date:     2019-07-08 15:20:58 +0000 (Mon, 08 Jul 2019)
Log Message:
-----------
tweak progress indicators

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVProgressIndicatorCell.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-07-08 
14:00:36 UTC (rev 23970)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-07-08 
15:20:58 UTC (rev 23971)
@@ -99,7 +99,7 @@
 #define ZOMBIE_TIMER_INTERVAL 60.0
 
 // time interval for indeterminate download progress indicator updates
-#define PROGRESS_TIMER_INTERVAL 0.1
+#define PROGRESS_TIMER_INTERVAL (1.0 / 24.0)
 
 @interface _FVURLInfo : NSObject
 {

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVProgressIndicatorCell.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVProgressIndicatorCell.m 
2019-07-08 14:00:36 UTC (rev 23970)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVProgressIndicatorCell.m 
2019-07-08 15:20:58 UTC (rev 23971)
@@ -101,7 +101,7 @@
         CGContextTranslateCTM(context, ctr.x, ctr.y);
         CGContextTranslateCTM(context, -ctr.x, -ctr.y);
         CGColorRef fillColor = CGColorCreateGenericGray(0, 0.5);
-        CGColorRef strokeColor = CGColorCreateGenericGray(0, 0.4);
+        CGColorRef strokeColor = CGColorCreateGenericGray(0, 0.33333);
         CGContextSetFillColorWithColor(context, fillColor);
         CGContextSetStrokeColorWithColor(context, strokeColor);
         CGColorRelease(fillColor);

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