Changeset 16928 in josm for trunk/src/org
- Timestamp:
- 2020-08-24T22:32:36+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r16920 r16928 118 118 latText = new ImageLabel("lat", null, sampleFormat.latToString(sample).length(), background); 119 119 lonText = new ImageLabel("lon", null, sampleFormat.lonToString(sample).length(), background); 120 bboxText = new ImageLabel(" name", null, sampleFormat.toString(sample, "").length() * 2, background);120 bboxText = new ImageLabel("bbox", null, sampleFormat.toString(sample, "").length() * 2, background); 121 121 } 122 122
Note:
See TracChangeset
for help on using the changeset viewer.