Merge branch '5674-ExcludeFoldersFilter' of https://github.com/wschaeferB/autopsy into 5673-RemoveExcessFilters

This commit is contained in:
William Schaefer 2019-11-06 10:55:26 -05:00
commit 11238d3dfa

View File

@ -50,8 +50,6 @@ public class ImageThumbnailPanel extends javax.swing.JPanel implements ListCellR
*/ */
public ImageThumbnailPanel() { public ImageThumbnailPanel() {
initComponents(); initComponents();
scoreLabel.setSize(16, 16);
isDeletedLabel.setSize(16, 16);
} }
/** /**