remove etched border from FiltersPanel

This commit is contained in:
millmanorama 2017-11-10 21:06:10 +01:00
parent 7181da2170
commit f04e266212
2 changed files with 0 additions and 6 deletions

View File

@ -111,11 +111,6 @@
</Container>
<Component class="org.sleuthkit.autopsy.communications.FiltersPanel" name="filtersPane">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
<EtchetBorder/>
</Border>
</Property>
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
<Dimension value="[256, 495]"/>
</Property>

View File

@ -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);