Revision: 24102
http://sourceforge.net/p/bibdesk/svn/24102
Author: hofman
Date: 2019-08-01 15:02:32 +0000 (Thu, 01 Aug 2019)
Log Message:
-----------
round off some zoom factors
Modified Paths:
--------------
trunk/bibdesk/BDSKZoomablePDFView.m
trunk/bibdesk/BDSKZoomableTextView.m
Modified: trunk/bibdesk/BDSKZoomablePDFView.m
===================================================================
--- trunk/bibdesk/BDSKZoomablePDFView.m 2019-08-01 14:45:12 UTC (rev 24101)
+++ trunk/bibdesk/BDSKZoomablePDFView.m 2019-08-01 15:02:32 UTC (rev 24102)
@@ -59,8 +59,8 @@
@dynamic scrollView;
-static NSString *BDSKDefaultScaleMenuLabels[] = {@"Auto", @"10%", @"20%",
@"25%", @"35%", @"50%", @"60%", @"71%", @"85%", @"100%", @"120%", @"141%",
@"170%", @"200%", @"300%", @"400%", @"600%", @"800%"};
-static CGFloat BDSKDefaultScaleMenuFactors[] = {0.0, 0.1, 0.2, 0.25, 0.35,
0.5, 0.6, 0.71, 0.85, 1.0, 1.2, 1.41, 1.7, 2.0, 3.0, 4.0, 6.0, 8.0};
+static NSString *BDSKDefaultScaleMenuLabels[] = {@"Auto", @"10%", @"20%",
@"25%", @"35%", @"50%", @"60%", @"70%", @"85%", @"100%", @"120%", @"140%",
@"170%", @"200%", @"300%", @"400%", @"600%", @"800%"};
+static CGFloat BDSKDefaultScaleMenuFactors[] = {0.0, 0.1, 0.2, 0.25, 0.35,
0.5, 0.6, 0.7, 0.85, 1.0, 1.2, 1.4, 1.7, 2.0, 3.0, 4.0, 6.0, 8.0};
#define BDSKMinDefaultScaleMenuFactor (BDSKDefaultScaleMenuFactors[1])
#define BDSKDefaultScaleMenuFactorsCount (sizeof(BDSKDefaultScaleMenuFactors)
/ sizeof(CGFloat))
Modified: trunk/bibdesk/BDSKZoomableTextView.m
===================================================================
--- trunk/bibdesk/BDSKZoomableTextView.m 2019-08-01 14:45:12 UTC (rev
24101)
+++ trunk/bibdesk/BDSKZoomableTextView.m 2019-08-01 15:02:32 UTC (rev
24102)
@@ -58,8 +58,8 @@
@synthesize scaleFactor;
-static NSString *BDSKDefaultScaleMenuLabels[] = {@"10%", @"20%", @"25%",
@"35%", @"50%", @"60%", @"71%", @"85%", @"100%", @"120%", @"141%", @"170%",
@"200%", @"300%", @"400%", @"600%", @"800%"};
-static CGFloat BDSKDefaultScaleMenuFactors[] = {0.1, 0.2, 0.25, 0.35, 0.5,
0.6, 0.71, 0.85, 1.0, 1.2, 1.41, 1.7, 2.0, 3.0, 4.0, 6.0, 8.0};
+static NSString *BDSKDefaultScaleMenuLabels[] = {@"10%", @"20%", @"25%",
@"35%", @"50%", @"60%", @"70%", @"85%", @"100%", @"120%", @"140%", @"170%",
@"200%", @"300%", @"400%", @"600%", @"800%"};
+static CGFloat BDSKDefaultScaleMenuFactors[] = {0.1, 0.2, 0.25, 0.35, 0.5,
0.6, 0.7, 0.85, 1.0, 1.2, 1.4, 1.7, 2.0, 3.0, 4.0, 6.0, 8.0};
#define BDSKMinDefaultScaleMenuFactor (BDSKDefaultScaleMenuFactors[1])
#define BDSKDefaultScaleMenuFactorsCount (sizeof(BDSKDefaultScaleMenuFactors)
/ sizeof(CGFloat))
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