Revision: 7198
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7198&view=rev
Author:   hofman
Date:     2011-04-04 20:42:17 +0000 (Mon, 04 Apr 2011)

Log Message:
-----------
don't scale down pages when printing, as it adds an extra margin

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

Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m      2011-04-04 17:26:13 UTC (rev 7197)
+++ trunk/SKMainDocument.m      2011-04-04 20:42:17 UTC (rev 7198)
@@ -893,7 +893,7 @@
         if (showPrintPanel == NO)
             [infoDict setObject:[NSNumber numberWithBool:YES] 
forKey:SKSuppressPrintPanel];
         
-        [[self pdfView] printWithInfo:printInfo autoRotate:YES 
pageScaling:kPDFPrintPageScaleDownToFit];
+        [[self pdfView] printWithInfo:printInfo autoRotate:YES 
pageScaling:kPDFPrintPageScaleNone];
         
         if (callback) {
             if (showPrintPanel && [printWindow attachedSheet]) {


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

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to