Changeset 3376 in josm for trunk


Ignore:
Timestamp:
2010-07-16T23:44:00+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #5248 (patch by julianladisch) - Latitude truncated in status line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapStatus.java

    r3336 r3376  
    9898    ImageLabel nameText = new ImageLabel("name", tr("The name of the object at the mouse pointer."), 20);
    9999    JTextField helpText = new JTextField();
    100     ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 10);
     100    ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 11);
    101101    ImageLabel angleText = new ImageLabel("angle", tr("The angle between the previous and the current way segment."), 6);
    102102    ImageLabel headingText = new ImageLabel("heading", tr("The (compass) heading of the line segment being drawn."), 6);
Note: See TracChangeset for help on using the changeset viewer.