Revision: 7133
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7133&view=rev
Author:   hofman
Date:     2011-03-01 13:12:56 +0000 (Tue, 01 Mar 2011)

Log Message:
-----------
default to print scaling down to fit

Modified Paths:
--------------
    trunk/SKMainDocument.m

Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m      2011-02-27 11:24:11 UTC (rev 7132)
+++ trunk/SKMainDocument.m      2011-03-01 13:12:56 UTC (rev 7133)
@@ -889,7 +889,7 @@
         if (showPrintPanel == NO)
             [infoDict setObject:[NSNumber numberWithBool:YES] 
forKey:SKSuppressPrintPanel];
         
-        [[self pdfView] printWithInfo:printInfo autoRotate:YES 
pageScaling:kPDFPrintPageScaleNone];
+        [[self pdfView] printWithInfo:printInfo autoRotate:YES 
pageScaling:kPDFPrintPageScaleDownToFit];
         
         if (callback) {
             if (showPrintPanel && [printWindow attachedSheet]) {


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

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to