[fusion-commits] r2814 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Nov 14 22:26:27 PST 2013


Author: jng
Date: 2013-11-14 22:26:26 -0800 (Thu, 14 Nov 2013)
New Revision: 2814

Modified:
   trunk/widgets/QuickPlot.js
Log:
#607: Crank up the popup window size to accommodate for these new elements in the UI

Modified: trunk/widgets/QuickPlot.js
===================================================================
--- trunk/widgets/QuickPlot.js	2013-11-15 06:12:08 UTC (rev 2813)
+++ trunk/widgets/QuickPlot.js	2013-11-15 06:26:26 UTC (rev 2814)
@@ -16,7 +16,7 @@
 {
     isExclusive: false,
     uiClass: Jx.Button,
-    sFeatures : 'width=350,height=500,menubar=no,location=no,resizable=no,status=no',
+    sFeatures : 'width=350,height=650,menubar=no,location=no,resizable=no,status=no',
     options : {},
     //The legal disclaimer text to display in the preview and final printout
     disclaimer: "",



More information about the fusion-commits mailing list