Ignore:
Timestamp:
2015-12-30T14:18:30+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12256 - adjust contrast of text displayed in imagery alignment warning, notifications and color preferences. Useful for dark themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/AlignImageryPanel.java

    r9135 r9221  
    4545        nagLabel.setLabelFor(detailsList);
    4646        nagLabel.setFont(font);
     47        nagLabel.setForeground(Color.BLACK);
    4748        detailsList.setFont(font);
    4849        final JCheckBox doNotShowAgain = new JCheckBox(tr("Do not show this message again"));
    4950        doNotShowAgain.setOpaque(false);
     51        doNotShowAgain.setForeground(Color.BLACK);
    5052
    5153        JButton closeButton = new JButton(ImageProvider.get("misc", "black_x"));
Note: See TracChangeset for help on using the changeset viewer.