Ignore:
Timestamp:
2013-03-24T20:08:00+01:00 (12 years ago)
Author:
zverik
Message:

iodb: small refactoring, also offset watcher

File:
1 edited

Legend:

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

    r29390 r29394  
    7474        description = description.replace("<", "&lt;").replace(">", "&gt;");
    7575        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);
     76        Font descriptionFont = new Font(descriptionLabel.getFont().getName(), Font.BOLD, descriptionLabel.getFont().getSize());
    7777        descriptionLabel.setFont(descriptionFont);
    7878
Note: See TracChangeset for help on using the changeset viewer.