Revision: 14447
http://sourceforge.net/p/skim-app/code/14447
Author: hofman
Date: 2024-09-01 21:50:02 +0000 (Sun, 01 Sep 2024)
Log Message:
-----------
Set max scale factor of pdfviews to 20, 100 is really too big
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2024-09-01 21:09:27 UTC (rev 14446)
+++ trunk/SKMainWindowController.m 2024-09-01 21:50:02 UTC (rev 14447)
@@ -1108,6 +1108,9 @@
[self registerForDocumentNotifications];
+ [pdfView setMaxScaleFactor:20.0];
+ [secondaryPdfView setMaxScaleFactor:20.0];
+
[toolbarController updateMinMaxScale];
if ([pdfDocument isLocked]) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit