Ignore:
Timestamp:
2013-03-23T18:45:59+01:00 (13 years ago)
Author:
zverik
Message:

probably the last alpha of iodb (or first beta, whatever)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialogButton.java

    r29386 r29388  
    7272
    7373        String description = offset.isDeprecated() ? offset.getAbandonReason() : offset.getDescription();
     74        description = description.replace("<", "&lt;").replace(">", "&gt;");
    7475        JLabel descriptionLabel = new JLabel("<html><div style=\"width: 300px;\">"+description+"</div></html>");
     76        Font descriptionFont = new Font(descriptionLabel.getFont().getName(), Font.BOLD, descriptionLabel.getFont().getSize() - 2);
     77        descriptionLabel.setFont(descriptionFont);
    7578
    7679        double offsetDistance = offset instanceof ImageryOffset
Note: See TracChangeset for help on using the changeset viewer.