Ignore:
Timestamp:
2019-04-30T22:36:31+02:00 (5 years ago)
Author:
malcolmh
Message:

[Seachart] Publish new release

Location:
applications/editors/josm/plugins/seachart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Rules.java

    r34956 r34993  
    14681468                        }
    14691469                        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)));
    14711471                        }
    14721472                        Signals.addSignals();
Note: See TracChangeset for help on using the changeset viewer.