Changeset 3909 in josm for trunk/src/org
- Timestamp:
- 2011-02-17T11:12:06+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java
r3881 r3909 1197 1197 1198 1198 // Draw attribution logo 1199 int imgWidth = attrImage.getWidth(this);1200 1199 if(attrImage != null) { 1201 1200 int x = 2; 1201 int imgWidth = attrImage.getWidth(this); 1202 1202 int height = attrImage.getHeight(this); 1203 1203 int y = termsTextY - height - textHeight - 5;
Note:
See TracChangeset
for help on using the changeset viewer.