[OpenLayers-Commits] r2032 - sandbox/vector/lib/OpenLayers/Control

commits at openlayers.org commits at openlayers.org
Sun Dec 10 22:55:09 EST 2006


Author: camerons
Date: 2006-12-10 22:55:09 -0500 (Sun, 10 Dec 2006)
New Revision: 2032

Modified:
   sandbox/vector/lib/OpenLayers/Control/EditingAttributes.js
Log:
Added a scrollbar to the EditingAttributes.js popup control.

Modified: sandbox/vector/lib/OpenLayers/Control/EditingAttributes.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Control/EditingAttributes.js	2006-12-11 03:14:07 UTC (rev 2031)
+++ sandbox/vector/lib/OpenLayers/Control/EditingAttributes.js	2006-12-11 03:55:09 UTC (rev 2032)
@@ -74,6 +74,8 @@
         this.innerDiv.style.paddingBottom = "2px";
         this.innerDiv.style.paddingRight = "2px";
         this.innerDiv.style.backgroundColor = this.activeColor;
+		this.innerDiv.style.height = "450";
+		this.innerDiv.style.overflow = "auto";
         this.div.appendChild(this.innerDiv);    
 
         Rico.Corner.round(this.div, {corners: "tl bl",



More information about the Commits mailing list