OpenLayers OpenLayers

Changeset 6626

Show
Ignore:
Timestamp:
03/26/08 20:59:11 (10 months ago)
Author:
euzuro
Message:

to make things look nicer, let's give those popups a 15px padding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/lib/OpenLayers/Map.js

    r6618 r6626  
    393393        this.maxExtent = new OpenLayers.Bounds(-180, -90, 180, 90); 
    394394         
    395         this.paddingForPopups = new OpenLayers.Bounds(5, 5, 5, 5); 
     395        this.paddingForPopups = new OpenLayers.Bounds(15, 15, 15, 15); 
    396396 
    397397        this.theme = OpenLayers._getScriptLocation() +