Ticket #5248: lat-status-bar-patch.txt

File lat-status-bar-patch.txt, 1.1 KB (added by julianladisch, 16 years ago)

patch for width 11

Line 
1Index: src/org/openstreetmap/josm/gui/MapStatus.java
2===================================================================
3--- src/org/openstreetmap/josm/gui/MapStatus.java (Revision 3374)
4+++ src/org/openstreetmap/josm/gui/MapStatus.java (working copy)
5@@ -97,7 +97,7 @@
6 ImageLabel lonText = new ImageLabel("lon", tr("The geographic longitude at the mouse pointer."), 11);
7 ImageLabel nameText = new ImageLabel("name", tr("The name of the object at the mouse pointer."), 20);
8 JTextField helpText = new JTextField();
9- ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 10);
10+ ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 11);
11 ImageLabel angleText = new ImageLabel("angle", tr("The angle between the previous and the current way segment."), 6);
12 ImageLabel headingText = new ImageLabel("heading", tr("The (compass) heading of the line segment being drawn."), 6);
13 ImageLabel distText = new ImageLabel("dist", tr("The length of the new way segment being drawn."), 8);