diff --git a/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.form b/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.form
index 7ff333b8b3..4d065c3bf9 100644
--- a/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.form
+++ b/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.form
@@ -33,7 +33,7 @@
-
+
diff --git a/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.java b/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.java
index c919c1b82f..4633aea045 100644
--- a/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.java
+++ b/Core/src/org/sleuthkit/autopsy/filequery/ImageThumbnailViewer.java
@@ -56,7 +56,7 @@ public class ImageThumbnailViewer extends javax.swing.JPanel {
setLayout(new java.awt.BorderLayout());
thumbnailList.setModel(thumbnailListModel);
- thumbnailList.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
+ thumbnailList.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
thumbnailList.setCellRenderer(new ImageThumbnailPanel());
thumbnailList.setLayoutOrientation(javax.swing.JList.HORIZONTAL_WRAP);
thumbnailList.setVisibleRowCount(0);