Ignore:
Timestamp:
2012-03-08T10:04:21+01:00 (12 years ago)
Author:
akks
Message:

UrlLabel class simplification by Zverik, better label layout in VersionInfoPanel (see #7450, #7326)

File:
1 edited

Legend:

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

    r5021 r5050  
    854854            }
    855855            if (url != null) {
    856                 p.add(new UrlLabel(url, locale_text), GBC.eol().anchor(GBC.WEST));
     856                p.add(new UrlLabel(url, locale_text, 2), GBC.eol().anchor(GBC.WEST));
    857857            }
    858858            return false;
Note: See TracChangeset for help on using the changeset viewer.