Changeset 34993 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-04-30T22:36:31+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/seachart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Rules.java
r34956 r34993 1468 1468 } 1469 1469 if ((Renderer.zoom >= 15) && !str.isEmpty()) { 1470 Renderer.labelText(str, new Font("Arial", Font.PLAIN, 40), Color.black, new Delta(Handle. LC, AffineTransform.getTranslateInstance(40,0)));1470 Renderer.labelText(str, new Font("Arial", Font.PLAIN, 40), Color.black, new Delta(Handle.CC, AffineTransform.getTranslateInstance(0, -50))); 1471 1471 } 1472 1472 Signals.addSignals();
Note:
See TracChangeset
for help on using the changeset viewer.