[fusion-commits] r1235 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Mar 10 17:42:07 EDT 2008


Author: pagameba
Date: 2008-03-10 17:42:07 -0400 (Mon, 10 Mar 2008)
New Revision: 1235

Modified:
   trunk/widgets/Print.js
Log:
minor tweak to print dialog size

Modified: trunk/widgets/Print.js
===================================================================
--- trunk/widgets/Print.js	2008-03-10 19:08:56 UTC (rev 1234)
+++ trunk/widgets/Print.js	2008-03-10 21:42:07 UTC (rev 1235)
@@ -85,10 +85,10 @@
                 id: 'printablePage',
                 contentURL : this.dialogContentURL,
                 onContentLoaded: this.contentLoaded.bind(this),
-                width: 320,
-                height: 200,
-                top: (size.height-200)/2,
-                left: (size.width-320)/2,
+                width: 350,
+                height: 250,
+                top: (size.height-250)/2,
+                left: (size.width-350)/2,
                 buttons: ['generate', 'cancel'],
                 handler: this.handler.bind(this)
             };



More information about the fusion-commits mailing list