mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Change color of checkmark.
This commit is contained in:
parent
07511457df
commit
e07c066753
@ -703,7 +703,7 @@ class GlobalEditListPanel extends javax.swing.JPanel implements ListSelectionLis
|
|||||||
private class CheckBoxRenderer extends DefaultTableCellRenderer {
|
private class CheckBoxRenderer extends DefaultTableCellRenderer {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
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() {
|
CheckBoxRenderer() {
|
||||||
setHorizontalAlignment(CENTER);
|
setHorizontalAlignment(CENTER);
|
||||||
|
BIN
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/checkmark.png
Executable file
BIN
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/checkmark.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 448 B |
Binary file not shown.
Before Width: | Height: | Size: 582 B |
Loading…
x
Reference in New Issue
Block a user