Change color of checkmark.

This commit is contained in:
Karl Mortensen 2016-05-26 12:32:02 -04:00
parent 07511457df
commit e07c066753
3 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ class GlobalEditListPanel extends javax.swing.JPanel implements ListSelectionLis
private class CheckBoxRenderer extends DefaultTableCellRenderer {
private static final long serialVersionUID = 1L;
final ImageIcon theCheck = new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/keywordsearch/tick.png")); // NON-NLS
final ImageIcon theCheck = new javax.swing.ImageIcon(getClass().getResource("/org/sleuthkit/autopsy/keywordsearch/checkmark.png")); // NON-NLS
CheckBoxRenderer() {
setHorizontalAlignment(CENTER);

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B