From f04e26621296318eb7079dfb010ab5bdbecd2d53 Mon Sep 17 00:00:00 2001 From: millmanorama Date: Fri, 10 Nov 2017 21:06:10 +0100 Subject: [PATCH] remove etched border from FiltersPanel --- .../sleuthkit/autopsy/communications/CVTTopComponent.form | 5 ----- .../sleuthkit/autopsy/communications/CVTTopComponent.java | 1 - 2 files changed, 6 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.form b/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.form index 524529e9bd..0463a92715 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.form +++ b/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.form @@ -111,11 +111,6 @@ - - - - - diff --git a/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java b/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java index 0618cb7fc4..b5c26bb1a2 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java +++ b/Core/src/org/sleuthkit/autopsy/communications/CVTTopComponent.java @@ -88,7 +88,6 @@ public final class CVTTopComponent extends TopComponent implements ExplorerManag splitPane.setLeftComponent(BrowseVisualizeTabPane); - filtersPane.setBorder(javax.swing.BorderFactory.createEtchedBorder()); filtersPane.setMinimumSize(new java.awt.Dimension(256, 495)); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);