Changeset 5567 in josm for trunk


Ignore:
Timestamp:
2012-11-04T13:49:06+01:00 (12 years ago)
Author:
Don-vip
Message:

fix #8107 - Fix layout of "Rectified Image" dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java

    r5562 r5567  
    135135            if(!s.url.equals("")) {
    136136                panel.add(serviceBtn, GBC.std());
    137                 panel.add(new UrlLabel(s.url, tr("Visit Homepage")), GBC.eol().anchor(GridBagConstraints.EAST), 2);
     137                panel.add(new UrlLabel(s.url, tr("Visit Homepage")), GBC.eol().anchor(GridBagConstraints.EAST));
    138138            } else {
    139139                panel.add(serviceBtn, GBC.eol().anchor(GridBagConstraints.WEST));
Note: See TracChangeset for help on using the changeset viewer.